DBA Data[Home] [Help]

APPS.XDP_ENG_UTIL dependencies on XDPCORE

Line 98: xdpcore.context( 'XDP_ENG_UTIL', 'Add_FA_toWI', 'WI',p_wi_instance_id );

94:
95: return lv_fa_instance_id;
96: EXCEPTION
97: when others then
98: xdpcore.context( 'XDP_ENG_UTIL', 'Add_FA_toWI', 'WI',p_wi_instance_id );
99: raise;
100:
101: END Add_FA_toWI;
102:

Line 174: xdpcore.context( 'XDP_ENG_UTIL', 'Add_FA_toWI', 'WI', p_wi_instance_id );

170: return lv_fa_instance_id;
171:
172: exception
173: when others then
174: xdpcore.context( 'XDP_ENG_UTIL', 'Add_FA_toWI', 'WI', p_wi_instance_id );
175: raise;
176: END Add_FA_toWI;
177:
178:

Line 374: XDPCORE_FA.CreateFAProcess(

370: Create FA workflow process
371: */
372:
373:
374: XDPCORE_FA.CreateFAProcess(
375: orderID => p_order_id,
376: WIInstanceID => p_wi_instance_id,
377: FAInstanceID => p_fa_instance_id,
378: ParentItemType =>p_wi_item_type,

Line 457: XDPCORE_FA.CreateFAProcess(

453: Create FA workflow process
454: */
455:
456:
457: XDPCORE_FA.CreateFAProcess(
458: orderID => p_order_id,
459: lineItemID => p_line_item_id,
460: WIInstanceID => p_wi_instance_id,
461: FAInstanceID => p_fa_instance_id,