DBA Data[Home] [Help]

APPS.INV_RCV_DIR_RCPT_APIS dependencies on RCV_TRANSACTIONS_SV

Line 65: rcv_transactions_sv.val_destination_info(

61: IF (l_debug = 1) THEN
62: print_debug('populate_default_values 20: ', 4);
63: END IF;
64:
65: rcv_transactions_sv.val_destination_info(
66: p_organization_id
67: , p_item_id
68: , NULL
69: , p_rcv_rcpt_rec.deliver_to_location_id

Line 1343: -- rcv_transactions_sv.get_wip_info ()

1339: l_rcv_transaction_rec.bom_resource_id := l_rcv_transaction_rec.bom_resource_id;
1340: -- there is getting actual values call for wip
1341: -- since they are not inserted in RTI, I am not calling it here
1342: -- the code is in
1343: -- rcv_transactions_sv.get_wip_info ()
1344: END IF;
1345:
1346: IF p_country_code IS NOT NULL THEN
1347: l_rcv_rcpt_rec.country_of_origin_code := p_country_code;

Line 3717: -- rcv_transactions_sv.get_wip_info ()

3713: l_rcv_transaction_rec.bom_resource_id := l_rcv_transaction_rec.bom_resource_id;
3714: -- there is getting actual values call for wip
3715: -- since they are not inserted in RTI, I am not calling it here
3716: -- the code is in
3717: -- rcv_transactions_sv.get_wip_info ()
3718: END IF;
3719:
3720: --Bug #4147209 - Populate the record type with the DFF attribute category
3721: --and segment values passed from the mobile UI