DBA Data[Home] [Help]

APPS.CSE_PROJ_ITEM_UNINST_PKG dependencies on CSI_ITEM_INSTANCE_PUB

Line 197: CSE_DEBUG_PUB.ADD(l_Api_Name||' Before CSI_Item_Instance_Pub.Get_Item_Instance');

193: l_Instance_Query_Rec.Location_Type_Code:= l_Location_Type_Code;
194: l_Instance_Query_Rec.Instance_Usage_Code:=CSE_DATASTRUCTURES_PUB.G_INSTALLED;
195:
196: IF (l_debug = 'Y') THEN
197: CSE_DEBUG_PUB.ADD(l_Api_Name||' Before CSI_Item_Instance_Pub.Get_Item_Instance');
198: END IF;
199:
200: CSI_Item_Instance_Pub.Get_Item_Instances(
201: p_api_version =>l_api_version,

Line 200: CSI_Item_Instance_Pub.Get_Item_Instances(

196: IF (l_debug = 'Y') THEN
197: CSE_DEBUG_PUB.ADD(l_Api_Name||' Before CSI_Item_Instance_Pub.Get_Item_Instance');
198: END IF;
199:
200: CSI_Item_Instance_Pub.Get_Item_Instances(
201: p_api_version =>l_api_version,
202: p_commit =>l_Commit,
203: p_init_msg_list =>l_Init_Msg_List,
204: p_validation_level =>l_Validation_Level,

Line 313: CSI_Item_Instance_Pub.Update_Item_Instance(

309: IF (l_debug = 'Y') THEN
310: CSE_DEBUG_PUB.ADD('Before update of serialized item instanace');
311: END IF;
312:
313: CSI_Item_Instance_Pub.Update_Item_Instance(
314: p_api_version => l_api_version,
315: p_commit => l_Commit,
316: p_validation_level => l_Validation_Level,
317: p_init_msg_list =>l_Init_Msg_List,

Line 373: CSI_Item_Instance_Pub.Get_Item_Instances(

369: IF (l_debug = 'Y') THEN
370: CSE_DEBUG_PUB.ADD('Before querying for the existence of destination record');
371: END IF;
372:
373: CSI_Item_Instance_Pub.Get_Item_Instances(
374: p_api_version => l_api_version,
375: p_commit => l_Commit,
376: p_init_msg_list => l_Init_Msg_List,
377: p_validation_level => l_Validation_Level,

Line 436: CSI_Item_Instance_Pub.Update_Item_Instance(

432: CSE_DEBUG_PUB.ADD('Before update of source instanace qty - step 5.3');
433: END IF;
434:
435:
436: CSI_Item_Instance_Pub.Update_Item_Instance(
437: p_api_version => l_api_version,
438: p_commit => l_Commit,
439: p_validation_level => l_Validation_Level,
440: p_init_msg_list => l_Init_Msg_List,

Line 526: CSI_Item_Instance_Pub.Update_Item_Instance(

522: IF (l_debug = 'Y') THEN
523: CSE_DEBUG_PUB.ADD('Before update of destination instanace');
524: END IF;
525:
526: CSI_Item_Instance_Pub.Update_Item_Instance(
527: p_api_version =>l_api_version,
528: p_commit => l_Commit,
529: p_validation_level => l_Validation_Level,
530: p_init_msg_list =>l_Init_Msg_List,