home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a523 / 43.ddi / ORDERS.SQL < prev    next >
Encoding:
Text File  |  1990-06-07  |  37.4 KB  |  1,943 lines

  1. Rem
  2. Rem Export of application ORDERS (generated on fri dec 15 13:35 1989)
  3. Rem
  4.  
  5. Set termout off
  6. Set verify off
  7. Set heading off
  8. Set echo off
  9. Set scan off
  10. Column x newline
  11. Spool orders.LIS
  12.  
  13. Select decode(count(*),0,'prompt Importing Application ORDERS',
  14.  'prompt Application ORDERS already exists !'), decode(count(*),0,'', 'exit') x
  15. From menu_b_appl Where application_name = 'ORDERS' ;
  16. Spool off
  17. Set termout on
  18. @orders.LIS
  19. Set termout off
  20. Set echo on
  21. Spool orders.LIS
  22.  
  23.  
  24. Rem
  25. Rem export of table MENU_B_APPL ( Application ORDERS)
  26. Rem
  27.  
  28. Insert into MENU_B_APPL
  29. (
  30. APPLICATION_NAME,
  31. SHORT_NAME,
  32. FILE_NAME,
  33. CREATION_DATE,
  34. CREATOR,
  35. VERSION_RELEASE_NR,
  36. LAST_RELEASE_DATE,
  37. MENU_DIRECTORY,
  38. IDENTIFICATION
  39. )
  40.  values (
  41. 'ORDERS',
  42. 'Orders',
  43. 'orders',
  44. '01-SEP-89',
  45. 'SCOTT',
  46. '                                       1',
  47. '',
  48. '',
  49. 'Sales Order Application' ) ;
  50.  
  51. Commit ;
  52.  
  53. Rem
  54. Rem export of table MENU_B_APPL_GRP ( Application ORDERS)
  55. Rem
  56.  
  57. Insert into MENU_B_APPL_GRP
  58. (
  59. APPLICATION_NAME,
  60. GROUP_NAME
  61. )
  62.  values (
  63. 'ORDERS',
  64. 'CLERKS' ) ;
  65. Insert into MENU_B_APPL_GRP
  66. (
  67. APPLICATION_NAME,
  68. GROUP_NAME
  69. )
  70.  values (
  71. 'ORDERS',
  72. 'MANAGERS' ) ;
  73.  
  74. Commit ;
  75.  
  76. Rem
  77. Rem export of table MENU_B_INFO ( Application ORDERS)
  78. Rem
  79.  
  80. Insert into MENU_B_INFO
  81. (
  82. MENU_NAME,
  83. APPLICATION_NAME,
  84. TITLE,
  85. SUB_TITLE,
  86. BOTTOM_TITLE,
  87. OBJECT_TEXT_ID
  88. )
  89.  values (
  90. 'BGM',
  91. 'ORDERS',
  92. 'Background Menu',
  93. 'Sales Order Application',
  94. 'Summit Sporting Goods',
  95. '                                       1' ) ;
  96. Insert into MENU_B_INFO
  97. (
  98. MENU_NAME,
  99. APPLICATION_NAME,
  100. TITLE,
  101. SUB_TITLE,
  102. BOTTOM_TITLE,
  103. OBJECT_TEXT_ID
  104. )
  105.  values (
  106. 'ORDERS',
  107. 'ORDERS',
  108. 'Sales Order Application',
  109. 'A Sample Menu Application',
  110. 'Summit Sporting Goods',
  111. '                                       2' ) ;
  112. Insert into MENU_B_INFO
  113. (
  114. MENU_NAME,
  115. APPLICATION_NAME,
  116. TITLE,
  117. SUB_TITLE,
  118. BOTTOM_TITLE,
  119. OBJECT_TEXT_ID
  120. )
  121.  values (
  122. 'ORDREP',
  123. 'ORDERS',
  124. 'Order Report Menu',
  125. 'Sales Order Application',
  126. 'Summit Sporting Goods',
  127. '                                       3' ) ;
  128. Insert into MENU_B_INFO
  129. (
  130. MENU_NAME,
  131. APPLICATION_NAME,
  132. TITLE,
  133. SUB_TITLE,
  134. BOTTOM_TITLE,
  135. OBJECT_TEXT_ID
  136. )
  137.  values (
  138. 'PRODREP',
  139. 'ORDERS',
  140. 'Product Report Menu',
  141. 'Sales Order Application',
  142. 'Summit Sporting Goods',
  143. '                                       4' ) ;
  144. Insert into MENU_B_INFO
  145. (
  146. MENU_NAME,
  147. APPLICATION_NAME,
  148. TITLE,
  149. SUB_TITLE,
  150. BOTTOM_TITLE,
  151. OBJECT_TEXT_ID
  152. )
  153.  values (
  154. 'REPORTS',
  155. 'ORDERS',
  156. 'Report Menu',
  157. 'Sales Order Application',
  158. 'Summit Sporting Goods',
  159. '                                       5' ) ;
  160. Insert into MENU_B_INFO
  161. (
  162. MENU_NAME,
  163. APPLICATION_NAME,
  164. TITLE,
  165. SUB_TITLE,
  166. BOTTOM_TITLE,
  167. OBJECT_TEXT_ID
  168. )
  169.  values (
  170. 'UTILITIES',
  171. 'ORDERS',
  172. 'Utilities Menu',
  173. 'Sales Order Application',
  174. 'Summit Sporting Goods',
  175. '                                       6' ) ;
  176.  
  177. Commit ;
  178.  
  179. Rem
  180. Rem export of table MENU_B_OPTION ( Application ORDERS)
  181. Rem
  182.  
  183. Insert into MENU_B_OPTION
  184. (
  185. MENU_NAME,
  186. APPLICATION_NAME,
  187. OPTION_NUMBER,
  188. SHORT_NAME,
  189. DISPLAYED,
  190. OPTION_TEXT,
  191. OBJECT_TEXT_ID,
  192. COMMAND_TYPE,
  193. COMMAND_LINE
  194. )
  195.  values (
  196. 'BGM',
  197. 'ORDERS',
  198. '                                       1',
  199. 'Dated orders',
  200. 'Y',
  201. 'Report on sales orders in a range of dates',
  202. '                                      11',
  203. '                                       5',
  204. 'sqlplus -s ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw @datords ' || chr(ascii('&')) || 'sd ' || chr(ascii('&')) || 'ed' ) ;
  205. Insert into MENU_B_OPTION
  206. (
  207. MENU_NAME,
  208. APPLICATION_NAME,
  209. OPTION_NUMBER,
  210. SHORT_NAME,
  211. DISPLAYED,
  212. OPTION_TEXT,
  213. OBJECT_TEXT_ID,
  214. COMMAND_TYPE,
  215. COMMAND_LINE
  216. )
  217.  values (
  218. 'BGM',
  219. 'ORDERS',
  220. '                                       2',
  221. 'Orders',
  222. 'Y',
  223. 'Update sales orders and customer data',
  224. '                                      12',
  225. '                                       4',
  226. 'runform orders ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw' ) ;
  227. Insert into MENU_B_OPTION
  228. (
  229. MENU_NAME,
  230. APPLICATION_NAME,
  231. OPTION_NUMBER,
  232. SHORT_NAME,
  233. DISPLAYED,
  234. OPTION_TEXT,
  235. OBJECT_TEXT_ID,
  236. COMMAND_TYPE,
  237. COMMAND_LINE
  238. )
  239.  values (
  240. 'ORDERS',
  241. 'ORDERS',
  242. '                                       1',
  243. 'Reports',
  244. 'Y',
  245. 'Report on sales orders and customers',
  246. '                                      13',
  247. '                                       1',
  248. 'reports' ) ;
  249. Insert into MENU_B_OPTION
  250. (
  251. MENU_NAME,
  252. APPLICATION_NAME,
  253. OPTION_NUMBER,
  254. SHORT_NAME,
  255. DISPLAYED,
  256. OPTION_TEXT,
  257. OBJECT_TEXT_ID,
  258. COMMAND_TYPE,
  259. COMMAND_LINE
  260. )
  261.  values (
  262. 'ORDERS',
  263. 'ORDERS',
  264. '                                       2',
  265. 'Utilities',
  266. 'Y',
  267. 'Display the Utilities menu',
  268. '                                      14',
  269. '                                       1',
  270. 'utilities' ) ;
  271. Insert into MENU_B_OPTION
  272. (
  273. MENU_NAME,
  274. APPLICATION_NAME,
  275. OPTION_NUMBER,
  276. SHORT_NAME,
  277. DISPLAYED,
  278. OPTION_TEXT,
  279. OBJECT_TEXT_ID,
  280. COMMAND_TYPE,
  281. COMMAND_LINE
  282. )
  283.  values (
  284. 'ORDERS',
  285. 'ORDERS',
  286. '                                       3',
  287. 'Orders',
  288. 'Y',
  289. 'Update sales orders and customer data',
  290. '                                      15',
  291. '                                       4',
  292. 'runform orders ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw' ) ;
  293. Insert into MENU_B_OPTION
  294. (
  295. MENU_NAME,
  296. APPLICATION_NAME,
  297. OPTION_NUMBER,
  298. SHORT_NAME,
  299. DISPLAYED,
  300. OPTION_TEXT,
  301. OBJECT_TEXT_ID,
  302. COMMAND_TYPE,
  303. COMMAND_LINE
  304. )
  305.  values (
  306. 'ORDERS',
  307. 'ORDERS',
  308. '                                       4',
  309. 'Exit',
  310. 'Y',
  311. 'Exit from the Orders menu application',
  312. '                                      16',
  313. '                                       7',
  314. 'exit_menu;' ) ;
  315. Insert into MENU_B_OPTION
  316. (
  317. MENU_NAME,
  318. APPLICATION_NAME,
  319. OPTION_NUMBER,
  320. SHORT_NAME,
  321. DISPLAYED,
  322. OPTION_TEXT,
  323. OBJECT_TEXT_ID,
  324. COMMAND_TYPE,
  325. COMMAND_LINE
  326. )
  327.  values (
  328. 'ORDREP',
  329. 'ORDERS',
  330. '                                       1',
  331. 'All orders',
  332. 'Y',
  333. 'Report on all sales orders',
  334. '                                      17',
  335. '                                       5',
  336. 'sqlplus -s ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw @allords' ) ;
  337. Insert into MENU_B_OPTION
  338. (
  339. MENU_NAME,
  340. APPLICATION_NAME,
  341. OPTION_NUMBER,
  342. SHORT_NAME,
  343. DISPLAYED,
  344. OPTION_TEXT,
  345. OBJECT_TEXT_ID,
  346. COMMAND_TYPE,
  347. COMMAND_LINE
  348. )
  349.  values (
  350. 'ORDREP',
  351. 'ORDERS',
  352. '                                       2',
  353. 'Dated orders',
  354. 'Y',
  355. 'Report on sales orders in a range of dates',
  356. '                                      18',
  357. '                                       5',
  358. 'sqlplus -s ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw @datords ' || chr(ascii('&')) || 'sd ' || chr(ascii('&')) || 'ed' ) ;
  359. Insert into MENU_B_OPTION
  360. (
  361. MENU_NAME,
  362. APPLICATION_NAME,
  363. OPTION_NUMBER,
  364. SHORT_NAME,
  365. DISPLAYED,
  366. OPTION_TEXT,
  367. OBJECT_TEXT_ID,
  368. COMMAND_TYPE,
  369. COMMAND_LINE
  370. )
  371.  values (
  372. 'PRODREP',
  373. 'ORDERS',
  374. '                                       1',
  375. 'All customers',
  376. 'Y',
  377. 'Report on products ordered by all customers',
  378. '                                      19',
  379. '                                       5',
  380. 'sqlplus -s ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw @allprod' ) ;
  381. Insert into MENU_B_OPTION
  382. (
  383. MENU_NAME,
  384. APPLICATION_NAME,
  385. OPTION_NUMBER,
  386. SHORT_NAME,
  387. DISPLAYED,
  388. OPTION_TEXT,
  389. OBJECT_TEXT_ID,
  390. COMMAND_TYPE,
  391. COMMAND_LINE
  392. )
  393.  values (
  394. 'PRODREP',
  395. 'ORDERS',
  396. '                                       2',
  397. 'One customer',
  398. 'Y',
  399. 'Report on products ordered by a specified customer',
  400. '                                      20',
  401. '                                       5',
  402. 'sqlplus -s ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw @cusprod ' || chr(ascii('&')) || 'ci' ) ;
  403. Insert into MENU_B_OPTION
  404. (
  405. MENU_NAME,
  406. APPLICATION_NAME,
  407. OPTION_NUMBER,
  408. SHORT_NAME,
  409. DISPLAYED,
  410. OPTION_TEXT,
  411. OBJECT_TEXT_ID,
  412. COMMAND_TYPE,
  413. COMMAND_LINE
  414. )
  415.  values (
  416. 'REPORTS',
  417. 'ORDERS',
  418. '                                       1',
  419. 'Orders',
  420. 'Y',
  421. 'Report on sales orders',
  422. '                                      21',
  423. '                                       1',
  424. 'ordrep' ) ;
  425. Insert into MENU_B_OPTION
  426. (
  427. MENU_NAME,
  428. APPLICATION_NAME,
  429. OPTION_NUMBER,
  430. SHORT_NAME,
  431. DISPLAYED,
  432. OPTION_TEXT,
  433. OBJECT_TEXT_ID,
  434. COMMAND_TYPE,
  435. COMMAND_LINE
  436. )
  437.  values (
  438. 'REPORTS',
  439. 'ORDERS',
  440. '                                       2',
  441. 'Products',
  442. 'Y',
  443. 'Report on products ordered',
  444. '                                      22',
  445. '                                       1',
  446. 'prodrep' ) ;
  447. Insert into MENU_B_OPTION
  448. (
  449. MENU_NAME,
  450. APPLICATION_NAME,
  451. OPTION_NUMBER,
  452. SHORT_NAME,
  453. DISPLAYED,
  454. OPTION_TEXT,
  455. OBJECT_TEXT_ID,
  456. COMMAND_TYPE,
  457. COMMAND_LINE
  458. )
  459.  values (
  460. 'REPORTS',
  461. 'ORDERS',
  462. '                                       3',
  463. 'Customers',
  464. 'Y',
  465. 'Report on sales orders and credit limits for all customers',
  466. '                                      23',
  467. '                                       5',
  468. 'sqlplus -s ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw @ccredit' ) ;
  469. Insert into MENU_B_OPTION
  470. (
  471. MENU_NAME,
  472. APPLICATION_NAME,
  473. OPTION_NUMBER,
  474. SHORT_NAME,
  475. DISPLAYED,
  476. OPTION_TEXT,
  477. OBJECT_TEXT_ID,
  478. COMMAND_TYPE,
  479. COMMAND_LINE
  480. )
  481.  values (
  482. 'UTILITIES',
  483. 'ORDERS',
  484. '                                       1',
  485. 'Directory',
  486. 'N',
  487. 'List directory information, optionally using a search string',
  488. '                                      24',
  489. '                                       3',
  490. 'dir ' || chr(ascii('&')) || 'st' ) ;
  491. Insert into MENU_B_OPTION
  492. (
  493. MENU_NAME,
  494. APPLICATION_NAME,
  495. OPTION_NUMBER,
  496. SHORT_NAME,
  497. DISPLAYED,
  498. OPTION_TEXT,
  499. OBJECT_TEXT_ID,
  500. COMMAND_TYPE,
  501. COMMAND_LINE
  502. )
  503.  values (
  504. 'UTILITIES',
  505. 'ORDERS',
  506. '                                       2',
  507. 'OS commands',
  508. 'Y',
  509. 'Execute operating system commands',
  510. '                                      25',
  511. '                                       6',
  512. 'oscmd;' ) ;
  513. Insert into MENU_B_OPTION
  514. (
  515. MENU_NAME,
  516. APPLICATION_NAME,
  517. OPTION_NUMBER,
  518. SHORT_NAME,
  519. DISPLAYED,
  520. OPTION_TEXT,
  521. OBJECT_TEXT_ID,
  522. COMMAND_TYPE,
  523. COMMAND_LINE
  524. )
  525.  values (
  526. 'UTILITIES',
  527. 'ORDERS',
  528. '                                       3',
  529. 'SQL*Plus',
  530. 'N',
  531. 'Run SQL*Plus ("exit" returns to SQL*Menu)',
  532. '                                      26',
  533. '                                       5',
  534. 'sqlplus ' || chr(ascii('&')) || 'un/' || chr(ascii('&')) || 'pw' ) ;
  535.  
  536. Commit ;
  537.  
  538. Rem
  539. Rem export of table MENU_B_PARAM ( Application ORDERS)
  540. Rem
  541.  
  542. Insert into MENU_B_PARAM
  543. (
  544. SUBSTITUTION_STRING,
  545. APPLICATION_NAME,
  546. PAR_SIZE,
  547. PAR_DEF,
  548. ECHO,
  549. MUST_FILL,
  550. RESPONSE_REQUIRED,
  551. UPPER_CASE,
  552. OBJECT_TEXT_ID,
  553. PROMPT
  554. )
  555.  values (
  556. 'ci',
  557. 'ORDERS',
  558. '                                       6',
  559. '100',
  560. 'Y',
  561. 'N',
  562. 'Y',
  563. 'N',
  564. '                                       7',
  565. 'Customer ID:' ) ;
  566. Insert into MENU_B_PARAM
  567. (
  568. SUBSTITUTION_STRING,
  569. APPLICATION_NAME,
  570. PAR_SIZE,
  571. PAR_DEF,
  572. ECHO,
  573. MUST_FILL,
  574. RESPONSE_REQUIRED,
  575. UPPER_CASE,
  576. OBJECT_TEXT_ID,
  577. PROMPT
  578. )
  579.  values (
  580. 'ed',
  581. 'ORDERS',
  582. '                                       9',
  583. '31-DEC-99',
  584. 'Y',
  585. 'Y',
  586. 'N',
  587. 'N',
  588. '                                       8',
  589. 'Ending Date (DD-MON-YY):' ) ;
  590. Insert into MENU_B_PARAM
  591. (
  592. SUBSTITUTION_STRING,
  593. APPLICATION_NAME,
  594. PAR_SIZE,
  595. PAR_DEF,
  596. ECHO,
  597. MUST_FILL,
  598. RESPONSE_REQUIRED,
  599. UPPER_CASE,
  600. OBJECT_TEXT_ID,
  601. PROMPT
  602. )
  603.  values (
  604. 'sd',
  605. 'ORDERS',
  606. '                                       9',
  607. '01-JAN-85',
  608. 'Y',
  609. 'Y',
  610. 'N',
  611. 'N',
  612. '                                       9',
  613. 'Starting Date (DD-MON-YY):' ) ;
  614. Insert into MENU_B_PARAM
  615. (
  616. SUBSTITUTION_STRING,
  617. APPLICATION_NAME,
  618. PAR_SIZE,
  619. PAR_DEF,
  620. ECHO,
  621. MUST_FILL,
  622. RESPONSE_REQUIRED,
  623. UPPER_CASE,
  624. OBJECT_TEXT_ID,
  625. PROMPT
  626. )
  627.  values (
  628. 'st',
  629. 'ORDERS',
  630. '                                      40',
  631. '*.*',
  632. 'Y',
  633. 'N',
  634. 'N',
  635. 'N',
  636. '                                      10',
  637. 'Search String:' ) ;
  638.  
  639. Commit ;
  640.  
  641. Rem
  642. Rem export of table MENU_B_PARM_XREF ( Application ORDERS)
  643. Rem
  644.  
  645.  
  646. Commit ;
  647.  
  648. Rem
  649. Rem export of table MENU_B_PRIV ( Application ORDERS)
  650. Rem
  651.  
  652. Insert into MENU_B_PRIV
  653. (
  654. PRIVILEGE_ID,
  655. PRIVILEGE_TYPE,
  656. APPLICATION_NAME,
  657. MENU_NAME,
  658. OPTION_NUMBER
  659. )
  660.  values (
  661. '                                       1',
  662. 'MNU',
  663. 'ORDERS',
  664. 'BGM',
  665. '                                       1' ) ;
  666. Insert into MENU_B_PRIV
  667. (
  668. PRIVILEGE_ID,
  669. PRIVILEGE_TYPE,
  670. APPLICATION_NAME,
  671. MENU_NAME,
  672. OPTION_NUMBER
  673. )
  674.  values (
  675. '                                       2',
  676. 'MNU',
  677. 'ORDERS',
  678. 'BGM',
  679. '                                       2' ) ;
  680. Insert into MENU_B_PRIV
  681. (
  682. PRIVILEGE_ID,
  683. PRIVILEGE_TYPE,
  684. APPLICATION_NAME,
  685. MENU_NAME,
  686. OPTION_NUMBER
  687. )
  688.  values (
  689. '                                       3',
  690. 'MNU',
  691. 'ORDERS',
  692. 'ORDERS',
  693. '                                       1' ) ;
  694. Insert into MENU_B_PRIV
  695. (
  696. PRIVILEGE_ID,
  697. PRIVILEGE_TYPE,
  698. APPLICATION_NAME,
  699. MENU_NAME,
  700. OPTION_NUMBER
  701. )
  702.  values (
  703. '                                       4',
  704. 'MNU',
  705. 'ORDERS',
  706. 'ORDERS',
  707. '                                       2' ) ;
  708. Insert into MENU_B_PRIV
  709. (
  710. PRIVILEGE_ID,
  711. PRIVILEGE_TYPE,
  712. APPLICATION_NAME,
  713. MENU_NAME,
  714. OPTION_NUMBER
  715. )
  716.  values (
  717. '                                       5',
  718. 'MNU',
  719. 'ORDERS',
  720. 'ORDERS',
  721. '                                       3' ) ;
  722. Insert into MENU_B_PRIV
  723. (
  724. PRIVILEGE_ID,
  725. PRIVILEGE_TYPE,
  726. APPLICATION_NAME,
  727. MENU_NAME,
  728. OPTION_NUMBER
  729. )
  730.  values (
  731. '                                       6',
  732. 'MNU',
  733. 'ORDERS',
  734. 'ORDERS',
  735. '                                       4' ) ;
  736. Insert into MENU_B_PRIV
  737. (
  738. PRIVILEGE_ID,
  739. PRIVILEGE_TYPE,
  740. APPLICATION_NAME,
  741. MENU_NAME,
  742. OPTION_NUMBER
  743. )
  744.  values (
  745. '                                       7',
  746. 'MNU',
  747. 'ORDERS',
  748. 'ORDREP',
  749. '                                       1' ) ;
  750. Insert into MENU_B_PRIV
  751. (
  752. PRIVILEGE_ID,
  753. PRIVILEGE_TYPE,
  754. APPLICATION_NAME,
  755. MENU_NAME,
  756. OPTION_NUMBER
  757. )
  758.  values (
  759. '                                       8',
  760. 'MNU',
  761. 'ORDERS',
  762. 'ORDREP',
  763. '                                       2' ) ;
  764. Insert into MENU_B_PRIV
  765. (
  766. PRIVILEGE_ID,
  767. PRIVILEGE_TYPE,
  768. APPLICATION_NAME,
  769. MENU_NAME,
  770. OPTION_NUMBER
  771. )
  772.  values (
  773. '                                       9',
  774. 'MNU',
  775. 'ORDERS',
  776. 'PRODREP',
  777. '                                       1' ) ;
  778. Insert into MENU_B_PRIV
  779. (
  780. PRIVILEGE_ID,
  781. PRIVILEGE_TYPE,
  782. APPLICATION_NAME,
  783. MENU_NAME,
  784. OPTION_NUMBER
  785. )
  786.  values (
  787. '                                      10',
  788. 'MNU',
  789. 'ORDERS',
  790. 'PRODREP',
  791. '                                       2' ) ;
  792. Insert into MENU_B_PRIV
  793. (
  794. PRIVILEGE_ID,
  795. PRIVILEGE_TYPE,
  796. APPLICATION_NAME,
  797. MENU_NAME,
  798. OPTION_NUMBER
  799. )
  800.  values (
  801. '                                      11',
  802. 'MNU',
  803. 'ORDERS',
  804. 'REPORTS',
  805. '                                       1' ) ;
  806. Insert into MENU_B_PRIV
  807. (
  808. PRIVILEGE_ID,
  809. PRIVILEGE_TYPE,
  810. APPLICATION_NAME,
  811. MENU_NAME,
  812. OPTION_NUMBER
  813. )
  814.  values (
  815. '                                      12',
  816. 'MNU',
  817. 'ORDERS',
  818. 'REPORTS',
  819. '                                       2' ) ;
  820. Insert into MENU_B_PRIV
  821. (
  822. PRIVILEGE_ID,
  823. PRIVILEGE_TYPE,
  824. APPLICATION_NAME,
  825. MENU_NAME,
  826. OPTION_NUMBER
  827. )
  828.  values (
  829. '                                      13',
  830. 'MNU',
  831. 'ORDERS',
  832. 'REPORTS',
  833. '                                       3' ) ;
  834. Insert into MENU_B_PRIV
  835. (
  836. PRIVILEGE_ID,
  837. PRIVILEGE_TYPE,
  838. APPLICATION_NAME,
  839. MENU_NAME,
  840. OPTION_NUMBER
  841. )
  842.  values (
  843. '                                      14',
  844. 'MNU',
  845. 'ORDERS',
  846. 'UTILITIES',
  847. '                                       1' ) ;
  848. Insert into MENU_B_PRIV
  849. (
  850. PRIVILEGE_ID,
  851. PRIVILEGE_TYPE,
  852. APPLICATION_NAME,
  853. MENU_NAME,
  854. OPTION_NUMBER
  855. )
  856.  values (
  857. '                                      15',
  858. 'MNU',
  859. 'ORDERS',
  860. 'UTILITIES',
  861. '                                       2' ) ;
  862. Insert into MENU_B_PRIV
  863. (
  864. PRIVILEGE_ID,
  865. PRIVILEGE_TYPE,
  866. APPLICATION_NAME,
  867. MENU_NAME,
  868. OPTION_NUMBER
  869. )
  870.  values (
  871. '                                      16',
  872. 'MNU',
  873. 'ORDERS',
  874. 'UTILITIES',
  875. '                                       3' ) ;
  876.  
  877. Commit ;
  878.  
  879. Rem
  880. Rem export of table MENU_B_REF ( Application ORDERS)
  881. Rem
  882.  
  883.  
  884. Commit ;
  885.  
  886. Rem
  887. Rem export of table MENU_B_PROCEDURE ( Application ORDERS)
  888. Rem
  889.  
  890.  
  891. Commit ;
  892.  
  893. Rem
  894. Rem export of table MENU_B_OBJ_TEXT ( Application ORDERS)
  895. Rem
  896.  
  897. Insert into MENU_B_OBJ_TEXT
  898. (
  899. APPLICATION_NAME,
  900. OBJECT_TEXT_ID,
  901. OBJECT_TEXT_ORDER,
  902. OBJECT_TEXT
  903. )
  904.  values (
  905. 'ORDERS',
  906. '                                       1',
  907. '                                       1',
  908. 'The BGM menu is the background menu.  It contains commands that are used
  909. ' ) ;
  910. Insert into MENU_B_OBJ_TEXT
  911. (
  912. APPLICATION_NAME,
  913. OBJECT_TEXT_ID,
  914. OBJECT_TEXT_ORDER,
  915. OBJECT_TEXT
  916. )
  917.  values (
  918. 'ORDERS',
  919. '                                       1',
  920. '                                       2',
  921. 'as accelerators for other menu choices.' ) ;
  922. Insert into MENU_B_OBJ_TEXT
  923. (
  924. APPLICATION_NAME,
  925. OBJECT_TEXT_ID,
  926. OBJECT_TEXT_ORDER,
  927. OBJECT_TEXT
  928. )
  929.  values (
  930. 'ORDERS',
  931. '                                       2',
  932. '                                       1',
  933. 'The ORDERS menu is the main menu for the ORDERS menu application, which' ) ;
  934. Insert into MENU_B_OBJ_TEXT
  935. (
  936. APPLICATION_NAME,
  937. OBJECT_TEXT_ID,
  938. OBJECT_TEXT_ORDER,
  939. OBJECT_TEXT
  940. )
  941.  values (
  942. 'ORDERS',
  943. '                                       2',
  944. '                                       2',
  945. ' provides order-entry and order-reporting operations for the Summit Sporting' ) ;
  946. Insert into MENU_B_OBJ_TEXT
  947. (
  948. APPLICATION_NAME,
  949. OBJECT_TEXT_ID,
  950. OBJECT_TEXT_ORDER,
  951. OBJECT_TEXT
  952. )
  953.  values (
  954. 'ORDERS',
  955. '                                       2',
  956. '                                       3',
  957. ' Goods store.  The ORDERS menu calls two submenus (REPORTS and UTILITIES)' ) ;
  958. Insert into MENU_B_OBJ_TEXT
  959. (
  960. APPLICATION_NAME,
  961. OBJECT_TEXT_ID,
  962. OBJECT_TEXT_ORDER,
  963. OBJECT_TEXT
  964. )
  965.  values (
  966. 'ORDERS',
  967. '                                       2',
  968. '                                       4',
  969. ' and one form (ORDERS).
  970. ' ) ;
  971. Insert into MENU_B_OBJ_TEXT
  972. (
  973. APPLICATION_NAME,
  974. OBJECT_TEXT_ID,
  975. OBJECT_TEXT_ORDER,
  976. OBJECT_TEXT
  977. )
  978.  values (
  979. 'ORDERS',
  980. '                                       2',
  981. '                                       5',
  982. '
  983. ' ) ;
  984. Insert into MENU_B_OBJ_TEXT
  985. (
  986. APPLICATION_NAME,
  987. OBJECT_TEXT_ID,
  988. OBJECT_TEXT_ORDER,
  989. OBJECT_TEXT
  990. )
  991.  values (
  992. 'ORDERS',
  993. '                                       2',
  994. '                                       6',
  995. 'The ORDERS menu application has two roles:  CLERKS and MANAGERS.  CLERKS' ) ;
  996. Insert into MENU_B_OBJ_TEXT
  997. (
  998. APPLICATION_NAME,
  999. OBJECT_TEXT_ID,
  1000. OBJECT_TEXT_ORDER,
  1001. OBJECT_TEXT
  1002. )
  1003.  values (
  1004. 'ORDERS',
  1005. '                                       2',
  1006. '                                       7',
  1007. ' cannot run reports summarizing the customer credit limits and sales, or the' ) ;
  1008. Insert into MENU_B_OBJ_TEXT
  1009. (
  1010. APPLICATION_NAME,
  1011. OBJECT_TEXT_ID,
  1012. OBJECT_TEXT_ORDER,
  1013. OBJECT_TEXT
  1014. )
  1015.  values (
  1016. 'ORDERS',
  1017. '                                       2',
  1018. '                                       8',
  1019. ' products ordered by all customers.  CLERKS also cannot use the Utilities' ) ;
  1020. Insert into MENU_B_OBJ_TEXT
  1021. (
  1022. APPLICATION_NAME,
  1023. OBJECT_TEXT_ID,
  1024. OBJECT_TEXT_ORDER,
  1025. OBJECT_TEXT
  1026. )
  1027.  values (
  1028. 'ORDERS',
  1029. '                                       2',
  1030. '                                       9',
  1031. ' menu items that execute operator-defined operating system commands (OS' ) ;
  1032. Insert into MENU_B_OBJ_TEXT
  1033. (
  1034. APPLICATION_NAME,
  1035. OBJECT_TEXT_ID,
  1036. OBJECT_TEXT_ORDER,
  1037. OBJECT_TEXT
  1038. )
  1039.  values (
  1040. 'ORDERS',
  1041. '                                       2',
  1042. '                                      10',
  1043. ' commands) or SQL*Plus commands.' ) ;
  1044. Insert into MENU_B_OBJ_TEXT
  1045. (
  1046. APPLICATION_NAME,
  1047. OBJECT_TEXT_ID,
  1048. OBJECT_TEXT_ORDER,
  1049. OBJECT_TEXT
  1050. )
  1051.  values (
  1052. 'ORDERS',
  1053. '                                       3',
  1054. '                                       1',
  1055. 'This menu contains items to run predefined sales reports for a range of' ) ;
  1056. Insert into MENU_B_OBJ_TEXT
  1057. (
  1058. APPLICATION_NAME,
  1059. OBJECT_TEXT_ID,
  1060. OBJECT_TEXT_ORDER,
  1061. OBJECT_TEXT
  1062. )
  1063.  values (
  1064. 'ORDERS',
  1065. '                                       3',
  1066. '                                       2',
  1067. ' order dates or for all order dates.' ) ;
  1068. Insert into MENU_B_OBJ_TEXT
  1069. (
  1070. APPLICATION_NAME,
  1071. OBJECT_TEXT_ID,
  1072. OBJECT_TEXT_ORDER,
  1073. OBJECT_TEXT
  1074. )
  1075.  values (
  1076. 'ORDERS',
  1077. '                                       4',
  1078. '                                       1',
  1079. 'This menu contains items to run predefined sales reports of the products' ) ;
  1080. Insert into MENU_B_OBJ_TEXT
  1081. (
  1082. APPLICATION_NAME,
  1083. OBJECT_TEXT_ID,
  1084. OBJECT_TEXT_ORDER,
  1085. OBJECT_TEXT
  1086. )
  1087.  values (
  1088. 'ORDERS',
  1089. '                                       4',
  1090. '                                       2',
  1091. ' ordered by one customer or by all customers.' ) ;
  1092. Insert into MENU_B_OBJ_TEXT
  1093. (
  1094. APPLICATION_NAME,
  1095. OBJECT_TEXT_ID,
  1096. OBJECT_TEXT_ORDER,
  1097. OBJECT_TEXT
  1098. )
  1099.  values (
  1100. 'ORDERS',
  1101. '                                       5',
  1102. '                                       1',
  1103. 'This menu contains items to run several predefined sales reports.' ) ;
  1104. Insert into MENU_B_OBJ_TEXT
  1105. (
  1106. APPLICATION_NAME,
  1107. OBJECT_TEXT_ID,
  1108. OBJECT_TEXT_ORDER,
  1109. OBJECT_TEXT
  1110. )
  1111.  values (
  1112. 'ORDERS',
  1113. '                                       6',
  1114. '                                       1',
  1115. 'This menu allows the application user to access the operating system.' ) ;
  1116. Insert into MENU_B_OBJ_TEXT
  1117. (
  1118. APPLICATION_NAME,
  1119. OBJECT_TEXT_ID,
  1120. OBJECT_TEXT_ORDER,
  1121. OBJECT_TEXT
  1122. )
  1123.  values (
  1124. 'ORDERS',
  1125. '                                       7',
  1126. '                                       1',
  1127. 'Enter a customer ID number (CUSTID) for the report.' ) ;
  1128. Insert into MENU_B_OBJ_TEXT
  1129. (
  1130. APPLICATION_NAME,
  1131. OBJECT_TEXT_ID,
  1132. OBJECT_TEXT_ORDER,
  1133. OBJECT_TEXT
  1134. )
  1135.  values (
  1136. 'ORDERS',
  1137. '                                       8',
  1138. '                                       1',
  1139. 'Enter an ending date for the report, in the form DD-MON-YY.' ) ;
  1140. Insert into MENU_B_OBJ_TEXT
  1141. (
  1142. APPLICATION_NAME,
  1143. OBJECT_TEXT_ID,
  1144. OBJECT_TEXT_ORDER,
  1145. OBJECT_TEXT
  1146. )
  1147.  values (
  1148. 'ORDERS',
  1149. '                                       9',
  1150. '                                       1',
  1151. 'Enter a starting date for the report, in the form DD-MON-YY.' ) ;
  1152. Insert into MENU_B_OBJ_TEXT
  1153. (
  1154. APPLICATION_NAME,
  1155. OBJECT_TEXT_ID,
  1156. OBJECT_TEXT_ORDER,
  1157. OBJECT_TEXT
  1158. )
  1159.  values (
  1160. 'ORDERS',
  1161. '                                      10',
  1162. '                                       1',
  1163. 'Enter a search string for the directory listing.' ) ;
  1164. Insert into MENU_B_OBJ_TEXT
  1165. (
  1166. APPLICATION_NAME,
  1167. OBJECT_TEXT_ID,
  1168. OBJECT_TEXT_ORDER,
  1169. OBJECT_TEXT
  1170. )
  1171.  values (
  1172. 'ORDERS',
  1173. '                                      11',
  1174. '                                       1',
  1175. 'This item runs a report that lists information about orders placed during a' ) ;
  1176. Insert into MENU_B_OBJ_TEXT
  1177. (
  1178. APPLICATION_NAME,
  1179. OBJECT_TEXT_ID,
  1180. OBJECT_TEXT_ORDER,
  1181. OBJECT_TEXT
  1182. )
  1183.  values (
  1184. 'ORDERS',
  1185. '                                      11',
  1186. '                                       2',
  1187. ' specified time range.  Before running the report, SQL*Menu prompts you for' ) ;
  1188. Insert into MENU_B_OBJ_TEXT
  1189. (
  1190. APPLICATION_NAME,
  1191. OBJECT_TEXT_ID,
  1192. OBJECT_TEXT_ORDER,
  1193. OBJECT_TEXT
  1194. )
  1195.  values (
  1196. 'ORDERS',
  1197. '                                      11',
  1198. '                                       3',
  1199. ' starting and ending dates.' ) ;
  1200. Insert into MENU_B_OBJ_TEXT
  1201. (
  1202. APPLICATION_NAME,
  1203. OBJECT_TEXT_ID,
  1204. OBJECT_TEXT_ORDER,
  1205. OBJECT_TEXT
  1206. )
  1207.  values (
  1208. 'ORDERS',
  1209. '                                      12',
  1210. '                                       1',
  1211. 'This item runs the ORDERS form, which lets you insert, update, or delete' ) ;
  1212. Insert into MENU_B_OBJ_TEXT
  1213. (
  1214. APPLICATION_NAME,
  1215. OBJECT_TEXT_ID,
  1216. OBJECT_TEXT_ORDER,
  1217. OBJECT_TEXT
  1218. )
  1219.  values (
  1220. 'ORDERS',
  1221. '                                      12',
  1222. '                                       2',
  1223. ' information about orders and customers.
  1224. ' ) ;
  1225. Insert into MENU_B_OBJ_TEXT
  1226. (
  1227. APPLICATION_NAME,
  1228. OBJECT_TEXT_ID,
  1229. OBJECT_TEXT_ORDER,
  1230. OBJECT_TEXT
  1231. )
  1232.  values (
  1233. 'ORDERS',
  1234. '                                      12',
  1235. '                                       3',
  1236. '
  1237. ' ) ;
  1238. Insert into MENU_B_OBJ_TEXT
  1239. (
  1240. APPLICATION_NAME,
  1241. OBJECT_TEXT_ID,
  1242. OBJECT_TEXT_ORDER,
  1243. OBJECT_TEXT
  1244. )
  1245.  values (
  1246. 'ORDERS',
  1247. '                                      12',
  1248. '                                       4',
  1249. 'Before you can run the ORDERS form from the Orders Application, you must be' ) ;
  1250. Insert into MENU_B_OBJ_TEXT
  1251. (
  1252. APPLICATION_NAME,
  1253. OBJECT_TEXT_ID,
  1254. OBJECT_TEXT_ORDER,
  1255. OBJECT_TEXT
  1256. )
  1257.  values (
  1258. 'ORDERS',
  1259. '                                      12',
  1260. '                                       5',
  1261. ' granted access to the form by your database administrator (DBA).' ) ;
  1262. Insert into MENU_B_OBJ_TEXT
  1263. (
  1264. APPLICATION_NAME,
  1265. OBJECT_TEXT_ID,
  1266. OBJECT_TEXT_ORDER,
  1267. OBJECT_TEXT
  1268. )
  1269.  values (
  1270. 'ORDERS',
  1271. '                                      13',
  1272. '                                       1',
  1273. 'This item goes to the Reports menu, which lets you run reports about sales' ) ;
  1274. Insert into MENU_B_OBJ_TEXT
  1275. (
  1276. APPLICATION_NAME,
  1277. OBJECT_TEXT_ID,
  1278. OBJECT_TEXT_ORDER,
  1279. OBJECT_TEXT
  1280. )
  1281.  values (
  1282. 'ORDERS',
  1283. '                                      13',
  1284. '                                       2',
  1285. ' orders and customer information.' ) ;
  1286. Insert into MENU_B_OBJ_TEXT
  1287. (
  1288. APPLICATION_NAME,
  1289. OBJECT_TEXT_ID,
  1290. OBJECT_TEXT_ORDER,
  1291. OBJECT_TEXT
  1292. )
  1293.  values (
  1294. 'ORDERS',
  1295. '                                      14',
  1296. '                                       1',
  1297. 'This item goes to the Utilities menu, which lets you execute an operating' ) ;
  1298. Insert into MENU_B_OBJ_TEXT
  1299. (
  1300. APPLICATION_NAME,
  1301. OBJECT_TEXT_ID,
  1302. OBJECT_TEXT_ORDER,
  1303. OBJECT_TEXT
  1304. )
  1305.  values (
  1306. 'ORDERS',
  1307. '                                      14',
  1308. '                                       2',
  1309. ' system command or list directory information.' ) ;
  1310. Insert into MENU_B_OBJ_TEXT
  1311. (
  1312. APPLICATION_NAME,
  1313. OBJECT_TEXT_ID,
  1314. OBJECT_TEXT_ORDER,
  1315. OBJECT_TEXT
  1316. )
  1317.  values (
  1318. 'ORDERS',
  1319. '                                      15',
  1320. '                                       1',
  1321. 'This item runs the ORDERS form, which lets you insert, update, or delete' ) ;
  1322. Insert into MENU_B_OBJ_TEXT
  1323. (
  1324. APPLICATION_NAME,
  1325. OBJECT_TEXT_ID,
  1326. OBJECT_TEXT_ORDER,
  1327. OBJECT_TEXT
  1328. )
  1329.  values (
  1330. 'ORDERS',
  1331. '                                      15',
  1332. '                                       2',
  1333. ' information about orders and customers.
  1334. ' ) ;
  1335. Insert into MENU_B_OBJ_TEXT
  1336. (
  1337. APPLICATION_NAME,
  1338. OBJECT_TEXT_ID,
  1339. OBJECT_TEXT_ORDER,
  1340. OBJECT_TEXT
  1341. )
  1342.  values (
  1343. 'ORDERS',
  1344. '                                      15',
  1345. '                                       3',
  1346. '
  1347. ' ) ;
  1348. Insert into MENU_B_OBJ_TEXT
  1349. (
  1350. APPLICATION_NAME,
  1351. OBJECT_TEXT_ID,
  1352. OBJECT_TEXT_ORDER,
  1353. OBJECT_TEXT
  1354. )
  1355.  values (
  1356. 'ORDERS',
  1357. '                                      15',
  1358. '                                       4',
  1359. 'Before you can run the ORDERS form from the Orders Application, you must be' ) ;
  1360. Insert into MENU_B_OBJ_TEXT
  1361. (
  1362. APPLICATION_NAME,
  1363. OBJECT_TEXT_ID,
  1364. OBJECT_TEXT_ORDER,
  1365. OBJECT_TEXT
  1366. )
  1367.  values (
  1368. 'ORDERS',
  1369. '                                      15',
  1370. '                                       5',
  1371. ' granted access to the form by your database administrator (DBA).' ) ;
  1372. Insert into MENU_B_OBJ_TEXT
  1373. (
  1374. APPLICATION_NAME,
  1375. OBJECT_TEXT_ID,
  1376. OBJECT_TEXT_ORDER,
  1377. OBJECT_TEXT
  1378. )
  1379.  values (
  1380. 'ORDERS',
  1381. '                                      16',
  1382. '                                       1',
  1383. 'This item exits SQL*Menu (Run Menu) and returns to the operating system or' ) ;
  1384. Insert into MENU_B_OBJ_TEXT
  1385. (
  1386. APPLICATION_NAME,
  1387. OBJECT_TEXT_ID,
  1388. OBJECT_TEXT_ORDER,
  1389. OBJECT_TEXT
  1390. )
  1391.  values (
  1392. 'ORDERS',
  1393. '                                      16',
  1394. '                                       2',
  1395. ' to the program that called SQL*Menu (Run Menu).' ) ;
  1396. Insert into MENU_B_OBJ_TEXT
  1397. (
  1398. APPLICATION_NAME,
  1399. OBJECT_TEXT_ID,
  1400. OBJECT_TEXT_ORDER,
  1401. OBJECT_TEXT
  1402. )
  1403.  values (
  1404. 'ORDERS',
  1405. '                                      17',
  1406. '                                       1',
  1407. 'This item runs a report that lists all orders with their dates, items, and' ) ;
  1408. Insert into MENU_B_OBJ_TEXT
  1409. (
  1410. APPLICATION_NAME,
  1411. OBJECT_TEXT_ID,
  1412. OBJECT_TEXT_ORDER,
  1413. OBJECT_TEXT
  1414. )
  1415.  values (
  1416. 'ORDERS',
  1417. '                                      17',
  1418. '                                       2',
  1419. ' total values.' ) ;
  1420. Insert into MENU_B_OBJ_TEXT
  1421. (
  1422. APPLICATION_NAME,
  1423. OBJECT_TEXT_ID,
  1424. OBJECT_TEXT_ORDER,
  1425. OBJECT_TEXT
  1426. )
  1427.  values (
  1428. 'ORDERS',
  1429. '                                      18',
  1430. '                                       1',
  1431. 'This item runs a report that lists information about orders placed during a' ) ;
  1432. Insert into MENU_B_OBJ_TEXT
  1433. (
  1434. APPLICATION_NAME,
  1435. OBJECT_TEXT_ID,
  1436. OBJECT_TEXT_ORDER,
  1437. OBJECT_TEXT
  1438. )
  1439.  values (
  1440. 'ORDERS',
  1441. '                                      18',
  1442. '                                       2',
  1443. ' specified time range.  Before running the report, SQL*Menu prompts you for' ) ;
  1444. Insert into MENU_B_OBJ_TEXT
  1445. (
  1446. APPLICATION_NAME,
  1447. OBJECT_TEXT_ID,
  1448. OBJECT_TEXT_ORDER,
  1449. OBJECT_TEXT
  1450. )
  1451.  values (
  1452. 'ORDERS',
  1453. '                                      18',
  1454. '                                       3',
  1455. ' starting and ending dates.' ) ;
  1456. Insert into MENU_B_OBJ_TEXT
  1457. (
  1458. APPLICATION_NAME,
  1459. OBJECT_TEXT_ID,
  1460. OBJECT_TEXT_ORDER,
  1461. OBJECT_TEXT
  1462. )
  1463.  values (
  1464. 'ORDERS',
  1465. '                                      19',
  1466. '                                       1',
  1467. 'This item runs a report that lists the products ordered by all customers.' ) ;
  1468. Insert into MENU_B_OBJ_TEXT
  1469. (
  1470. APPLICATION_NAME,
  1471. OBJECT_TEXT_ID,
  1472. OBJECT_TEXT_ORDER,
  1473. OBJECT_TEXT
  1474. )
  1475.  values (
  1476. 'ORDERS',
  1477. '                                      20',
  1478. '                                       1',
  1479. 'This item runs a report that lists the products ordered by a customer.' ) ;
  1480. Insert into MENU_B_OBJ_TEXT
  1481. (
  1482. APPLICATION_NAME,
  1483. OBJECT_TEXT_ID,
  1484. OBJECT_TEXT_ORDER,
  1485. OBJECT_TEXT
  1486. )
  1487.  values (
  1488. 'ORDERS',
  1489. '                                      20',
  1490. '                                       2',
  1491. ' Before running the report, SQL*Menu prompts you for a customer''s ID number.' ) ;
  1492. Insert into MENU_B_OBJ_TEXT
  1493. (
  1494. APPLICATION_NAME,
  1495. OBJECT_TEXT_ID,
  1496. OBJECT_TEXT_ORDER,
  1497. OBJECT_TEXT
  1498. )
  1499.  values (
  1500. 'ORDERS',
  1501. '                                      21',
  1502. '                                       1',
  1503. 'This item goes to the Order Report menu, which lets you run predefined sales' ) ;
  1504. Insert into MENU_B_OBJ_TEXT
  1505. (
  1506. APPLICATION_NAME,
  1507. OBJECT_TEXT_ID,
  1508. OBJECT_TEXT_ORDER,
  1509. OBJECT_TEXT
  1510. )
  1511.  values (
  1512. 'ORDERS',
  1513. '                                      21',
  1514. '                                       2',
  1515. ' reports for a range of order dates or for all order dates.' ) ;
  1516. Insert into MENU_B_OBJ_TEXT
  1517. (
  1518. APPLICATION_NAME,
  1519. OBJECT_TEXT_ID,
  1520. OBJECT_TEXT_ORDER,
  1521. OBJECT_TEXT
  1522. )
  1523.  values (
  1524. 'ORDERS',
  1525. '                                      22',
  1526. '                                       1',
  1527. 'This item goes to the Product Report menu, which lets you run predefined' ) ;
  1528. Insert into MENU_B_OBJ_TEXT
  1529. (
  1530. APPLICATION_NAME,
  1531. OBJECT_TEXT_ID,
  1532. OBJECT_TEXT_ORDER,
  1533. OBJECT_TEXT
  1534. )
  1535.  values (
  1536. 'ORDERS',
  1537. '                                      22',
  1538. '                                       2',
  1539. ' sales reports of the products ordered by one customer or by all customers.' ) ;
  1540. Insert into MENU_B_OBJ_TEXT
  1541. (
  1542. APPLICATION_NAME,
  1543. OBJECT_TEXT_ID,
  1544. OBJECT_TEXT_ORDER,
  1545. OBJECT_TEXT
  1546. )
  1547.  values (
  1548. 'ORDERS',
  1549. '                                      23',
  1550. '                                       1',
  1551. 'This item runs a report that lists sales orders and credit limits for all' ) ;
  1552. Insert into MENU_B_OBJ_TEXT
  1553. (
  1554. APPLICATION_NAME,
  1555. OBJECT_TEXT_ID,
  1556. OBJECT_TEXT_ORDER,
  1557. OBJECT_TEXT
  1558. )
  1559.  values (
  1560. 'ORDERS',
  1561. '                                      23',
  1562. '                                       2',
  1563. ' customers.' ) ;
  1564. Insert into MENU_B_OBJ_TEXT
  1565. (
  1566. APPLICATION_NAME,
  1567. OBJECT_TEXT_ID,
  1568. OBJECT_TEXT_ORDER,
  1569. OBJECT_TEXT
  1570. )
  1571.  values (
  1572. 'ORDERS',
  1573. '                                      24',
  1574. '                                       1',
  1575. 'This item executes an operating system command to list the contents of the' ) ;
  1576. Insert into MENU_B_OBJ_TEXT
  1577. (
  1578. APPLICATION_NAME,
  1579. OBJECT_TEXT_ID,
  1580. OBJECT_TEXT_ORDER,
  1581. OBJECT_TEXT
  1582. )
  1583.  values (
  1584. 'ORDERS',
  1585. '                                      24',
  1586. '                                       2',
  1587. ' default directory.  You can specify a search string using the operating' ) ;
  1588. Insert into MENU_B_OBJ_TEXT
  1589. (
  1590. APPLICATION_NAME,
  1591. OBJECT_TEXT_ID,
  1592. OBJECT_TEXT_ORDER,
  1593. OBJECT_TEXT
  1594. )
  1595.  values (
  1596. 'ORDERS',
  1597. '                                      24',
  1598. '                                       3',
  1599. ' system''s wildcard characters.' ) ;
  1600. Insert into MENU_B_OBJ_TEXT
  1601. (
  1602. APPLICATION_NAME,
  1603. OBJECT_TEXT_ID,
  1604. OBJECT_TEXT_ORDER,
  1605. OBJECT_TEXT
  1606. )
  1607.  values (
  1608. 'ORDERS',
  1609. '                                      25',
  1610. '                                       1',
  1611. 'This item lets you enter one or more operating system commands.  To return' ) ;
  1612. Insert into MENU_B_OBJ_TEXT
  1613. (
  1614. APPLICATION_NAME,
  1615. OBJECT_TEXT_ID,
  1616. OBJECT_TEXT_ORDER,
  1617. OBJECT_TEXT
  1618. )
  1619.  values (
  1620. 'ORDERS',
  1621. '                                      25',
  1622. '                                       2',
  1623. ' to SQL*Menu, enter a blank line at the OS> prompt.' ) ;
  1624. Insert into MENU_B_OBJ_TEXT
  1625. (
  1626. APPLICATION_NAME,
  1627. OBJECT_TEXT_ID,
  1628. OBJECT_TEXT_ORDER,
  1629. OBJECT_TEXT
  1630. )
  1631.  values (
  1632. 'ORDERS',
  1633. '                                      26',
  1634. '                                       1',
  1635. 'This item lets you execute SQL*Plus commands.  To return to SQL*Menu, enter' ) ;
  1636. Insert into MENU_B_OBJ_TEXT
  1637. (
  1638. APPLICATION_NAME,
  1639. OBJECT_TEXT_ID,
  1640. OBJECT_TEXT_ORDER,
  1641. OBJECT_TEXT
  1642. )
  1643.  values (
  1644. 'ORDERS',
  1645. '                                      26',
  1646. '                                       2',
  1647. ' "exit" at the SQL*Plus prompt.' ) ;
  1648.  
  1649. Commit ;
  1650.  
  1651. Rem
  1652. Rem export of table MENU_B_GRP_PRIV ( Application ORDERS)
  1653. Rem
  1654.  
  1655. Insert into MENU_B_GRP_PRIV
  1656. (
  1657. APPLICATION_NAME,
  1658. GROUP_NAME,
  1659. PRIVILEGE_ID
  1660. )
  1661.  values (
  1662. 'ORDERS',
  1663. 'CLERKS',
  1664. '                                       1' ) ;
  1665. Insert into MENU_B_GRP_PRIV
  1666. (
  1667. APPLICATION_NAME,
  1668. GROUP_NAME,
  1669. PRIVILEGE_ID
  1670. )
  1671.  values (
  1672. 'ORDERS',
  1673. 'CLERKS',
  1674. '                                       2' ) ;
  1675. Insert into MENU_B_GRP_PRIV
  1676. (
  1677. APPLICATION_NAME,
  1678. GROUP_NAME,
  1679. PRIVILEGE_ID
  1680. )
  1681.  values (
  1682. 'ORDERS',
  1683. 'CLERKS',
  1684. '                                       3' ) ;
  1685. Insert into MENU_B_GRP_PRIV
  1686. (
  1687. APPLICATION_NAME,
  1688. GROUP_NAME,
  1689. PRIVILEGE_ID
  1690. )
  1691.  values (
  1692. 'ORDERS',
  1693. 'CLERKS',
  1694. '                                       4' ) ;
  1695. Insert into MENU_B_GRP_PRIV
  1696. (
  1697. APPLICATION_NAME,
  1698. GROUP_NAME,
  1699. PRIVILEGE_ID
  1700. )
  1701.  values (
  1702. 'ORDERS',
  1703. 'CLERKS',
  1704. '                                       5' ) ;
  1705. Insert into MENU_B_GRP_PRIV
  1706. (
  1707. APPLICATION_NAME,
  1708. GROUP_NAME,
  1709. PRIVILEGE_ID
  1710. )
  1711.  values (
  1712. 'ORDERS',
  1713. 'CLERKS',
  1714. '                                       6' ) ;
  1715. Insert into MENU_B_GRP_PRIV
  1716. (
  1717. APPLICATION_NAME,
  1718. GROUP_NAME,
  1719. PRIVILEGE_ID
  1720. )
  1721.  values (
  1722. 'ORDERS',
  1723. 'CLERKS',
  1724. '                                       7' ) ;
  1725. Insert into MENU_B_GRP_PRIV
  1726. (
  1727. APPLICATION_NAME,
  1728. GROUP_NAME,
  1729. PRIVILEGE_ID
  1730. )
  1731.  values (
  1732. 'ORDERS',
  1733. 'CLERKS',
  1734. '                                       8' ) ;
  1735. Insert into MENU_B_GRP_PRIV
  1736. (
  1737. APPLICATION_NAME,
  1738. GROUP_NAME,
  1739. PRIVILEGE_ID
  1740. )
  1741.  values (
  1742. 'ORDERS',
  1743. 'CLERKS',
  1744. '                                      10' ) ;
  1745. Insert into MENU_B_GRP_PRIV
  1746. (
  1747. APPLICATION_NAME,
  1748. GROUP_NAME,
  1749. PRIVILEGE_ID
  1750. )
  1751.  values (
  1752. 'ORDERS',
  1753. 'CLERKS',
  1754. '                                      11' ) ;
  1755. Insert into MENU_B_GRP_PRIV
  1756. (
  1757. APPLICATION_NAME,
  1758. GROUP_NAME,
  1759. PRIVILEGE_ID
  1760. )
  1761.  values (
  1762. 'ORDERS',
  1763. 'CLERKS',
  1764. '                                      12' ) ;
  1765. Insert into MENU_B_GRP_PRIV
  1766. (
  1767. APPLICATION_NAME,
  1768. GROUP_NAME,
  1769. PRIVILEGE_ID
  1770. )
  1771.  values (
  1772. 'ORDERS',
  1773. 'CLERKS',
  1774. '                                      14' ) ;
  1775. Insert into MENU_B_GRP_PRIV
  1776. (
  1777. APPLICATION_NAME,
  1778. GROUP_NAME,
  1779. PRIVILEGE_ID
  1780. )
  1781.  values (
  1782. 'ORDERS',
  1783. 'MANAGERS',
  1784. '                                       1' ) ;
  1785. Insert into MENU_B_GRP_PRIV
  1786. (
  1787. APPLICATION_NAME,
  1788. GROUP_NAME,
  1789. PRIVILEGE_ID
  1790. )
  1791.  values (
  1792. 'ORDERS',
  1793. 'MANAGERS',
  1794. '                                       2' ) ;
  1795. Insert into MENU_B_GRP_PRIV
  1796. (
  1797. APPLICATION_NAME,
  1798. GROUP_NAME,
  1799. PRIVILEGE_ID
  1800. )
  1801.  values (
  1802. 'ORDERS',
  1803. 'MANAGERS',
  1804. '                                       3' ) ;
  1805. Insert into MENU_B_GRP_PRIV
  1806. (
  1807. APPLICATION_NAME,
  1808. GROUP_NAME,
  1809. PRIVILEGE_ID
  1810. )
  1811.  values (
  1812. 'ORDERS',
  1813. 'MANAGERS',
  1814. '                                       4' ) ;
  1815. Insert into MENU_B_GRP_PRIV
  1816. (
  1817. APPLICATION_NAME,
  1818. GROUP_NAME,
  1819. PRIVILEGE_ID
  1820. )
  1821.  values (
  1822. 'ORDERS',
  1823. 'MANAGERS',
  1824. '                                       5' ) ;
  1825. Insert into MENU_B_GRP_PRIV
  1826. (
  1827. APPLICATION_NAME,
  1828. GROUP_NAME,
  1829. PRIVILEGE_ID
  1830. )
  1831.  values (
  1832. 'ORDERS',
  1833. 'MANAGERS',
  1834. '                                       6' ) ;
  1835. Insert into MENU_B_GRP_PRIV
  1836. (
  1837. APPLICATION_NAME,
  1838. GROUP_NAME,
  1839. PRIVILEGE_ID
  1840. )
  1841.  values (
  1842. 'ORDERS',
  1843. 'MANAGERS',
  1844. '                                       7' ) ;
  1845. Insert into MENU_B_GRP_PRIV
  1846. (
  1847. APPLICATION_NAME,
  1848. GROUP_NAME,
  1849. PRIVILEGE_ID
  1850. )
  1851.  values (
  1852. 'ORDERS',
  1853. 'MANAGERS',
  1854. '                                       8' ) ;
  1855. Insert into MENU_B_GRP_PRIV
  1856. (
  1857. APPLICATION_NAME,
  1858. GROUP_NAME,
  1859. PRIVILEGE_ID
  1860. )
  1861.  values (
  1862. 'ORDERS',
  1863. 'MANAGERS',
  1864. '                                       9' ) ;
  1865. Insert into MENU_B_GRP_PRIV
  1866. (
  1867. APPLICATION_NAME,
  1868. GROUP_NAME,
  1869. PRIVILEGE_ID
  1870. )
  1871.  values (
  1872. 'ORDERS',
  1873. 'MANAGERS',
  1874. '                                      10' ) ;
  1875. Insert into MENU_B_GRP_PRIV
  1876. (
  1877. APPLICATION_NAME,
  1878. GROUP_NAME,
  1879. PRIVILEGE_ID
  1880. )
  1881.  values (
  1882. 'ORDERS',
  1883. 'MANAGERS',
  1884. '                                      11' ) ;
  1885. Insert into MENU_B_GRP_PRIV
  1886. (
  1887. APPLICATION_NAME,
  1888. GROUP_NAME,
  1889. PRIVILEGE_ID
  1890. )
  1891.  values (
  1892. 'ORDERS',
  1893. 'MANAGERS',
  1894. '                                      12' ) ;
  1895. Insert into MENU_B_GRP_PRIV
  1896. (
  1897. APPLICATION_NAME,
  1898. GROUP_NAME,
  1899. PRIVILEGE_ID
  1900. )
  1901.  values (
  1902. 'ORDERS',
  1903. 'MANAGERS',
  1904. '                                      13' ) ;
  1905. Insert into MENU_B_GRP_PRIV
  1906. (
  1907. APPLICATION_NAME,
  1908. GROUP_NAME,
  1909. PRIVILEGE_ID
  1910. )
  1911.  values (
  1912. 'ORDERS',
  1913. 'MANAGERS',
  1914. '                                      14' ) ;
  1915. Insert into MENU_B_GRP_PRIV
  1916. (
  1917. APPLICATION_NAME,
  1918. GROUP_NAME,
  1919. PRIVILEGE_ID
  1920. )
  1921.  values (
  1922. 'ORDERS',
  1923. 'MANAGERS',
  1924. '                                      15' ) ;
  1925. Insert into MENU_B_GRP_PRIV
  1926. (
  1927. APPLICATION_NAME,
  1928. GROUP_NAME,
  1929. PRIVILEGE_ID
  1930. )
  1931.  values (
  1932. 'ORDERS',
  1933. 'MANAGERS',
  1934. '                                      16' ) ;
  1935.  
  1936. Commit ;
  1937. Set scan on
  1938. Set verify on
  1939. Set heading on
  1940. Spool off
  1941. Set termout on
  1942. exit;
  1943.