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 3832: -- rcv_transactions_sv.get_wip_info ()

3828: l_rcv_transaction_rec.bom_resource_id := l_rcv_transaction_rec.bom_resource_id;
3829: -- there is getting actual values call for wip
3830: -- since they are not inserted in RTI, I am not calling it here
3831: -- the code is in
3832: -- rcv_transactions_sv.get_wip_info ()
3833: END IF;
3834:
3835: /***Bug 13490287 */
3836: -- Deliver_to_location_id is mandatory for Expense Items case