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.9.12020000.2 2012/07/26 16:22:04 gmurator ship $
3: +=========================================================================+
4: | Copyright (c) 2000 Oracle Corporation |
5: | TVP, Reading, England |

Line 29: API Name : GME_MAKE_TO_ORDER_PVT

25: | the order_no can be used in the debug messgaes. Added several debug |
26: | messages that will be displayed in the concurrent log so that the |
27: | users will know which orders had errors creating the batch, etc. |
28: +=========================================================================+
29: API Name : GME_MAKE_TO_ORDER_PVT
30: Type : Private
31: Function : This package contains private procedures used to support
32: OPM make to order functionality.
33: The user defines a make to order rule and the conditions under

Line 323: GME_MAKE_TO_ORDER_PVT.retrieve_rule(

319: l_in_assignments_rec.item_type := l_item_rec.item_type;
320: l_in_assignments_rec.customer_id := l_so_line_rec.sold_to_org_id;
321: l_in_assignments_rec.site_use_id := l_so_line_rec.ship_to_org_id;
322:
323: GME_MAKE_TO_ORDER_PVT.retrieve_rule(
324: p_mto_assignments_rec => l_in_assignments_rec
325: ,x_mto_rules_rec => l_mto_rules_rec
326: ,x_mto_assignments_rec => l_mto_assignments_rec
327: ,x_return_status => l_return_status

Line 1196: GME_MAKE_TO_ORDER_PVT.retrieve_rule(

1192: l_in_assignments_rec.item_type := l_item_type;
1193: l_in_assignments_rec.customer_id := l_order_line_rec.sold_to_org_id;
1194: l_in_assignments_rec.site_use_id := l_order_line_rec.ship_to_org_id;
1195:
1196: GME_MAKE_TO_ORDER_PVT.retrieve_rule(
1197: p_mto_assignments_rec => l_in_assignments_rec
1198: ,x_mto_rules_rec => l_mto_rules_rec
1199: ,x_mto_assignments_rec => l_mto_assignments_rec
1200: ,x_return_status => l_return_status

Line 1304: END GME_MAKE_TO_ORDER_PVT;

1300: x_mto_rules_rec := l_mto_rules_rec;
1301: END retrieve_rule;
1302:
1303:
1304: END GME_MAKE_TO_ORDER_PVT;