DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on INV_CR_ASN_DETAILS

Line 4696: -- Called after Calling the INV_CR_ASN_DETAILS

4692: --g_receipt_detail_index := l_rcpt_match_table_detail.COUNT + g_receipt_detail_index;
4693:
4694: l_progress := '110';
4695: -- clear the lot/qty data structure
4696: -- Called after Calling the INV_CR_ASN_DETAILS
4697: -- g_rcpt_lot_qty_rec_tb.DELETE;
4698:
4699: l_progress := '120';
4700:

Line 4724: inv_cr_asn_details.create_asn_details(

4720: IF (l_debug = 1) THEN
4721: print_debug('Before Calling ASN Ddetails ' || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 1);
4722: END IF;
4723:
4724: inv_cr_asn_details.create_asn_details(
4725: p_organization_id
4726: , l_group_id
4727: , l_rcv_rcpt_rec
4728: , l_rcv_transaction_rec

Line 7455: INV_CR_ASN_DETAILS.update_asn_item_details

7451: print_debug('group_id:'||inv_rcv_common_apis.g_rcv_global_var.interface_group_id,4);
7452: END IF;
7453:
7454: --Calling the procedure
7455: INV_CR_ASN_DETAILS.update_asn_item_details
7456: (p_group_id=>inv_rcv_common_apis.g_rcv_global_var.interface_group_id);
7457:
7458: IF (l_debug = 1) THEN
7459: print_debug('In type ASN after call to new procedure.', 4);