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 77: Cursor Rout_cls_cur(vRouting_class fm_rout_hdr.routing_class%TYPE) IS

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

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

604: /* */
605: /* DESCRIPTION: */
606: /* */
607: /* API returns (x_return_code) = 'S' if the update into routing */
608: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
609: /* */
610: /* History : */
611: /* Shyam 07/29/2002 Initial implementation */
612: /* RLNAGARA 25-Apr-2008 B6997624 Check if the fixed process loss uom is valid*/

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

899: /* */
900: /* DESCRIPTION: */
901: /* */
902: /* API returns (x_return_code) = 'S' if the delete into routing */
903: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
904: /* */
905: /* History : */
906: /* Shyam 07/29/2002 Initial implementation */
907: /* kkillams 02/17/2004 Added new validation which checks whether */

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

1075: /* */
1076: /* DESCRIPTION: */
1077: /* */
1078: /* API returns (x_return_code) = 'S' if the delete into routing */
1079: /* header (fm_rout_hdr or gmd_routings) table is successfully. */
1080: /* */
1081: /* History : */
1082: /* Shyam 07/29/2002 Initial implementation */
1083: /* =============================================================== */