DBA Data[Home] [Help]

APPS.GML_RCV_DIR_RCPT_APIS dependencies on RCV_TRANSACTIONS_SV

Line 47: rcv_transactions_sv.val_destination_info

43: BEGIN
44:
45:
46: --validate deliver to info
47: rcv_transactions_sv.val_destination_info
48: (p_organization_id,
49: p_item_id,
50: NULL,
51: p_rcv_rcpt_rec.deliver_to_location_id,

Line 957: -- rcv_transactions_sv.get_wip_info ()

953: l_rcv_transaction_rec.bom_resource_id := l_rcv_transaction_rec.bom_resource_id;
954: -- there is getting actual values call for wip
955: -- since they are not inserted in RTI, I am not calling it here
956: -- the code is in
957: -- rcv_transactions_sv.get_wip_info ()
958: END IF;
959:
960: IF p_country_code IS NOT NULL THEN
961: l_rcv_rcpt_rec.COUNTRY_OF_ORIGIN_CODE := p_country_code;

Line 2626: -- rcv_transactions_sv.get_wip_info ()

2622: l_rcv_transaction_rec.bom_resource_id := l_rcv_transaction_rec.bom_resource_id;
2623: -- there is getting actual values call for wip
2624: -- since they are not inserted in RTI, I am not calling it here
2625: -- the code is in
2626: -- rcv_transactions_sv.get_wip_info ()
2627: END IF;
2628:
2629: l_progress := '80';
2630: populate_default_values(p_rcv_transaction_rec => l_rcv_transaction_rec,