DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on STANDARD

Line 437: , standard_operation_id

433: , move_order_line_id
434: , pick_slip_number
435: , reservation_id
436: , transaction_status
437: , standard_operation_id
438: , task_priority
439: , wms_task_type
440: , transfer_cost_group_id
441: , wip_entity_type

Line 549: , v_mmtt_rec.standard_operation_id

545: , v_mmtt_rec.move_order_line_id
546: , v_mmtt_rec.pick_slip_number
547: , v_mmtt_rec.reservation_id
548: , v_mmtt_rec.transaction_status
549: , v_mmtt_rec.standard_operation_id
550: , v_mmtt_rec.task_priority
551: , v_mmtt_rec.wms_task_type
552: , l_xfr_cst_grp_id
553: , v_mmtt_rec.wip_entity_type

Line 4961: qa_edr_standard.get_erecord_id(

4957: inv_log_util.TRACE(' EVENT_ID => ' || l_eres_tbl(tbl_index).event_id, 'INV_LPN_TRX_PUB', 1);
4958: END IF;
4959:
4960: -- Get Erecord Id
4961: qa_edr_standard.get_erecord_id(
4962: p_api_version => 1.0
4963: , p_init_msg_list => 'F'
4964: , p_event_name => g_eres_event_name
4965: , p_event_key => l_eres_tbl(tbl_index).event_id

Line 4991: qa_edr_standard.send_ackn(

4987:
4988: /* If an eRecord exists, then acknowledge it
4989: ===========================================*/
4990: IF l_erecord_id IS NOT NULL THEN
4991: qa_edr_standard.send_ackn(
4992: p_api_version => 1.0
4993: , p_init_msg_list => 'F'
4994: , p_event_name => g_eres_event_name
4995: , p_event_key => l_eres_tbl(tbl_index).event_id