DBA Data[Home] [Help]

APPS.CSE_PROJ_ITEM_UNINST_PKG dependencies on CSI_ITEM_INSTANCE_PUB

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

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

Line 201: CSI_Item_Instance_Pub.Get_Item_Instances(

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

Line 314: CSI_Item_Instance_Pub.Update_Item_Instance(

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

Line 374: CSI_Item_Instance_Pub.Get_Item_Instances(

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

Line 437: CSI_Item_Instance_Pub.Update_Item_Instance(

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

Line 527: CSI_Item_Instance_Pub.Update_Item_Instance(

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