DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on OE_ORDER_CONTEXT_GRP

Line 737: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);

733: -- commenting out... : FND_CLIENT_INFO.Set_Org_Context ( WorkOrder_Rec.org_id );
734:
735: IF PG_DEBUG <> 0 THEN
736: oe_debug_pub.add('get_order_lines: '|| 'Setting the Org Context to '||WorkOrder_Rec.org_id ||
737: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
738: END IF;
739:
740: OE_Order_Context_GRP.Set_Created_By_Context (
741: p_header_id => NULL

Line 740: OE_Order_Context_GRP.Set_Created_By_Context (

736: oe_debug_pub.add('get_order_lines: '|| 'Setting the Org Context to '||WorkOrder_Rec.org_id ||
737: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
738: END IF;
739:
740: OE_Order_Context_GRP.Set_Created_By_Context (
741: p_header_id => NULL
742: ,p_line_id => WorkOrder_Rec.line_id
743: ,x_orig_user_id => xUserId
744: ,x_orig_resp_id => xRespId

Line 1442: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);

1438: -- which is used to run autocreate FAS. If so, OM will defer the activity.
1439:
1440: IF PG_DEBUG <> 0 THEN
1441: oe_debug_pub.add('reserve_wo_to_so: '|| 'Setting the Org Context again to '||WorkOrder_Rec.org_id ||
1442: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
1443: END IF;
1444:
1445: OE_Order_Context_GRP.Set_Created_By_Context (
1446: p_header_id => NULL

Line 1445: OE_Order_Context_GRP.Set_Created_By_Context (

1441: oe_debug_pub.add('reserve_wo_to_so: '|| 'Setting the Org Context again to '||WorkOrder_Rec.org_id ||
1442: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
1443: END IF;
1444:
1445: OE_Order_Context_GRP.Set_Created_By_Context (
1446: p_header_id => NULL
1447: ,p_line_id => WorkOrder_Rec.line_id
1448: ,x_orig_user_id => xUserId
1449: ,x_orig_resp_id => xRespId