DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on OE_ORDER_CONTEXT_GRP

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

773: -- commenting out... : FND_CLIENT_INFO.Set_Org_Context ( WorkOrder_Rec.org_id );
774:
775: IF PG_DEBUG <> 0 THEN
776: oe_debug_pub.add('get_order_lines: '|| 'Setting the Org Context to '||WorkOrder_Rec.org_id ||
777: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
778: END IF;
779:
780: OE_Order_Context_GRP.Set_Created_By_Context (
781: p_header_id => NULL

Line 780: OE_Order_Context_GRP.Set_Created_By_Context (

776: oe_debug_pub.add('get_order_lines: '|| 'Setting the Org Context to '||WorkOrder_Rec.org_id ||
777: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
778: END IF;
779:
780: OE_Order_Context_GRP.Set_Created_By_Context (
781: p_header_id => NULL
782: ,p_line_id => WorkOrder_Rec.line_id
783: ,x_orig_user_id => xUserId
784: ,x_orig_resp_id => xRespId

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

1584: -- which is used to run autocreate FAS. If so, OM will defer the activity.
1585:
1586: IF PG_DEBUG <> 0 THEN
1587: oe_debug_pub.add('reserve_wo_to_so: '|| 'Setting the Org Context again to '||WorkOrder_Rec.org_id ||
1588: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
1589: END IF;
1590:
1591: OE_Order_Context_GRP.Set_Created_By_Context (
1592: p_header_id => NULL

Line 1591: OE_Order_Context_GRP.Set_Created_By_Context (

1587: oe_debug_pub.add('reserve_wo_to_so: '|| 'Setting the Org Context again to '||WorkOrder_Rec.org_id ||
1588: ' by calling OE_Order_Context_GRP.Set_Created_By_Context.', 5);
1589: END IF;
1590:
1591: OE_Order_Context_GRP.Set_Created_By_Context (
1592: p_header_id => NULL
1593: ,p_line_id => WorkOrder_Rec.line_id
1594: ,x_orig_user_id => xUserId
1595: ,x_orig_resp_id => xRespId