DBA Data[Home] [Help]

APPS.AMS_BOM_PVT dependencies on AMS_UTILITY_PVT

Line 185: AMS_UTILITY_PVT.debug_message('ERROR IN GETTING TRANSACTION TYPE');

181:
182: -- Debug Message
183: IF (AMS_DEBUG_HIGH_ON) THEN
184:
185: AMS_UTILITY_PVT.debug_message('ERROR IN GETTING TRANSACTION TYPE');
186: END IF;
187: WHEN others THEN
188: Raise fnd_api.g_exc_error;
189:

Line 340: AMS_UTILITY_PVT.debug_message('P_bom_comp_rec_type.component_item_id:'||P_bom_comp_rec_type.component_item_id);

336: FETCH getOrgCode INTO l_org_code;
337: CLOSE getOrgCode;
338:
339: IF (AMS_DEBUG_HIGH_ON) THEN
340: AMS_UTILITY_PVT.debug_message('P_bom_comp_rec_type.component_item_id:'||P_bom_comp_rec_type.component_item_id);
341: END IF;
342:
343: l_bill_details_rec_in.component_item_name := P_bom_comp_rec_type.component_item_name;
344: l_bill_details_rec_in.transaction_type := P_bom_rec_type.transaction_type;

Line 415: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

411:
412: /********************************************/
413: -- Debug Message
414: IF (AMS_DEBUG_HIGH_ON) THEN
415: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');
416: END IF;
417:
418:
419: /** BOM Header Data **/

Line 462: AMS_UTILITY_PVT.debug_message('Inside the api l_comp_trans :' ||l_bill_details_rec_in.Component_trans_type);

458: l_bom_component_tbl(1).location_name := null;
459: l_bom_component_tbl(1).supply_subinventory := null;
460:
461: IF (AMS_DEBUG_HIGH_ON) THEN
462: AMS_UTILITY_PVT.debug_message('Inside the api l_comp_trans :' ||l_bill_details_rec_in.Component_trans_type);
463: AMS_UTILITY_PVT.debug_message('Inside the api l_head_trans :' ||l_bill_details_rec_in.Header_trans_type);
464: END IF;
465:
466: /*** Getting the effectivity date from database for updates and deletes **/

Line 463: AMS_UTILITY_PVT.debug_message('Inside the api l_head_trans :' ||l_bill_details_rec_in.Header_trans_type);

459: l_bom_component_tbl(1).supply_subinventory := null;
460:
461: IF (AMS_DEBUG_HIGH_ON) THEN
462: AMS_UTILITY_PVT.debug_message('Inside the api l_comp_trans :' ||l_bill_details_rec_in.Component_trans_type);
463: AMS_UTILITY_PVT.debug_message('Inside the api l_head_trans :' ||l_bill_details_rec_in.Header_trans_type);
464: END IF;
465:
466: /*** Getting the effectivity date from database for updates and deletes **/
467: IF l_bill_details_rec_in.Component_trans_type = 'UPDATE'

Line 479: AMS_UTILITY_PVT.debug_message('l_effectivity_date:' || l_effectivity_date);

475:
476: l_bom_component_tbl(1).start_effective_date := l_effectivity_date;
477:
478: IF (AMS_DEBUG_HIGH_ON) THEN
479: AMS_UTILITY_PVT.debug_message('l_effectivity_date:' || l_effectivity_date);
480: END IF;
481:
482: END IF;
483:

Line 525: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

521:
522: -- Debug Message
523: IF (AMS_DEBUG_HIGH_ON) THEN
524:
525: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');
526: END IF;
527:
528: FOR i IN 1..x_Msg_count LOOP
529: Error_Handler.Get_Message(x_entity_index => l_msg_index,