DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on FM_ROUT_HDR

Line 27: /* header (fm_rout_hdr or gmd_routings) table is successfully. */

23: /* */
24: /* DESCRIPTION: */
25: /* */
26: /* API returns (x_return_code) = 'S' if the insert into routing */
27: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
28: /* */
29: /* History : */
30: /* Shyam 07/29/2002 Initial implementation */
31: /* P.Raghu 08/27/2003 Bug#3068013 K is intialized with 1. */

Line 75: Cursor Rout_cls_cur(vRouting_class fm_rout_hdr.routing_class%TYPE) IS

71:
72: /* Define cursors */
73: /* gets the routing class uom */
74: --Bug 6871738. Select ROUTING_CLASS_UOM instead of UOM.
75: Cursor Rout_cls_cur(vRouting_class fm_rout_hdr.routing_class%TYPE) IS
76: Select ROUTING_CLASS_UOM
77: From fm_rout_cls
78: Where routing_class = vRouting_class
79: and delete_mark = 0;

Line 583: /* header (fm_rout_hdr or gmd_routings) table is successfully. */

579: /* */
580: /* DESCRIPTION: */
581: /* */
582: /* API returns (x_return_code) = 'S' if the update into routing */
583: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
584: /* */
585: /* History : */
586: /* Shyam 07/29/2002 Initial implementation */
587: /* RLNAGARA 25-Apr-2008 B6997624 Check if the fixed process loss uom is valid*/

Line 856: /* header (fm_rout_hdr or gmd_routings) table is successfully. */

852: /* */
853: /* DESCRIPTION: */
854: /* */
855: /* API returns (x_return_code) = 'S' if the delete into routing */
856: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
857: /* */
858: /* History : */
859: /* Shyam 07/29/2002 Initial implementation */
860: /* kkillams 02/17/2004 Added new validation which checks whether */

Line 1032: /* header (fm_rout_hdr or gmd_routings) table is successfully. */

1028: /* */
1029: /* DESCRIPTION: */
1030: /* */
1031: /* API returns (x_return_code) = 'S' if the delete into routing */
1032: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
1033: /* */
1034: /* History : */
1035: /* Shyam 07/29/2002 Initial implementation */
1036: /* =============================================================== */