DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on RCV_ACCRUAL_SV

Line 1047: l_source_doc_quantity := RCV_ACCRUAL_SV.get_received_quantity(p_rcv_event.rcv_transaction_id, sysdate);

1043:
1044: ELSIF (p_rcv_event.event_source = 'RETROPRICE') THEN
1045: IF(p_rcv_event.event_type_id = RCV_SeedEvents_PVT.ADJUST_RECEIVE) THEN
1046: l_stmt_num := 30;
1047: l_source_doc_quantity := RCV_ACCRUAL_SV.get_received_quantity(p_rcv_event.rcv_transaction_id, sysdate);
1048: ELSE
1049: l_stmt_num := 40;
1050: l_source_doc_quantity := RCV_ACCRUAL_SV.get_delivered_quantity(p_rcv_event.rcv_transaction_id, sysdate);
1051: END IF;

Line 1050: l_source_doc_quantity := RCV_ACCRUAL_SV.get_delivered_quantity(p_rcv_event.rcv_transaction_id, sysdate);

1046: l_stmt_num := 30;
1047: l_source_doc_quantity := RCV_ACCRUAL_SV.get_received_quantity(p_rcv_event.rcv_transaction_id, sysdate);
1048: ELSE
1049: l_stmt_num := 40;
1050: l_source_doc_quantity := RCV_ACCRUAL_SV.get_delivered_quantity(p_rcv_event.rcv_transaction_id, sysdate);
1051: END IF;
1052:
1053: l_stmt_num := 50;
1054: SELECT decode(RT.po_distribution_id, NULL,