DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GME_MAKE_TO_ORDER_PVT

Line 1: PACKAGE BODY GME_MAKE_TO_ORDER_PVT AS

1: PACKAGE BODY GME_MAKE_TO_ORDER_PVT AS
2: /* $Header: GMECRBTB.pls 120.5 2008/02/28 21:17:48 srpuri noship $
3: +=========================================================================+
4: | Copyright (c) 2000 Oracle Corporation |
5: | TVP, Reading, England |

Line 19: API Name : GME_MAKE_TO_ORDER_PVT

15: | |
16: | HISTORY |
17: | Dec, 2007 Srinivasulu Puri Created |
18: +=========================================================================+
19: API Name : GME_MAKE_TO_ORDER_PVT
20: Type : Private
21: Function : This package contains private procedures used to support
22: OPM make to order functionality.
23: The user defines a make to order rule and the conditions under

Line 290: GME_MAKE_TO_ORDER_PVT.retrieve_rule(

286: l_in_assignments_rec.item_type := l_item_rec.item_type;
287: l_in_assignments_rec.customer_id := l_so_line_rec.sold_to_org_id;
288: l_in_assignments_rec.site_use_id := l_so_line_rec.ship_to_org_id;
289:
290: GME_MAKE_TO_ORDER_PVT.retrieve_rule(
291: p_mto_assignments_rec => l_in_assignments_rec
292: ,x_mto_rules_rec => l_mto_rules_rec
293: ,x_mto_assignments_rec => l_mto_assignments_rec
294: ,x_return_status => l_return_status

Line 1092: GME_MAKE_TO_ORDER_PVT.retrieve_rule(

1088: l_in_assignments_rec.item_type := l_item_type;
1089: l_in_assignments_rec.customer_id := l_order_line_rec.sold_to_org_id;
1090: l_in_assignments_rec.site_use_id := l_order_line_rec.ship_to_org_id;
1091:
1092: GME_MAKE_TO_ORDER_PVT.retrieve_rule(
1093: p_mto_assignments_rec => l_in_assignments_rec
1094: ,x_mto_rules_rec => l_mto_rules_rec
1095: ,x_mto_assignments_rec => l_mto_assignments_rec
1096: ,x_return_status => l_return_status

Line 1200: END GME_MAKE_TO_ORDER_PVT;

1196: x_mto_rules_rec := l_mto_rules_rec;
1197: END retrieve_rule;
1198:
1199:
1200: END GME_MAKE_TO_ORDER_PVT;