DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on STANDARD

Line 310: , standard_operation_id

306: , move_order_line_id
307: , pick_slip_number
308: , reservation_id
309: , transaction_status
310: , standard_operation_id
311: , task_priority
312: , wms_task_type
313: , transfer_cost_group_id
314: , wip_entity_type

Line 402: , v_mmtt_rec.standard_operation_id

398: , v_mmtt_rec.move_order_line_id
399: , v_mmtt_rec.pick_slip_number
400: , v_mmtt_rec.reservation_id
401: , v_mmtt_rec.transaction_status
402: , v_mmtt_rec.standard_operation_id
403: , v_mmtt_rec.task_priority
404: , v_mmtt_rec.wms_task_type
405: , l_xfr_cst_grp_id
406: , v_mmtt_rec.wip_entity_type

Line 4536: qa_edr_standard.get_erecord_id(

4532: inv_log_util.TRACE(' EVENT_ID => ' || l_eres_tbl(tbl_index).event_id, 'INV_LPN_TRX_PUB', 1);
4533: END IF;
4534:
4535: -- Get Erecord Id
4536: qa_edr_standard.get_erecord_id(
4537: p_api_version => 1.0
4538: , p_init_msg_list => 'F'
4539: , p_event_name => g_eres_event_name
4540: , p_event_key => l_eres_tbl(tbl_index).event_id

Line 4566: qa_edr_standard.send_ackn(

4562:
4563: /* If an eRecord exists, then acknowledge it
4564: ===========================================*/
4565: IF l_erecord_id IS NOT NULL THEN
4566: qa_edr_standard.send_ackn(
4567: p_api_version => 1.0
4568: , p_init_msg_list => 'F'
4569: , p_event_name => g_eres_event_name
4570: , p_event_key => l_eres_tbl(tbl_index).event_id