DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on INV_CR_ASN_DETAILS

Line 4963: -- Called after Calling the INV_CR_ASN_DETAILS

4959: --g_receipt_detail_index := l_rcpt_match_table_detail.COUNT + g_receipt_detail_index;
4960:
4961: l_progress := '110';
4962: -- clear the lot/qty data structure
4963: -- Called after Calling the INV_CR_ASN_DETAILS
4964: -- g_rcpt_lot_qty_rec_tb.DELETE;
4965:
4966: l_progress := '120';
4967:

Line 4991: inv_cr_asn_details.create_asn_details(

4987: IF (l_debug = 1) THEN
4988: print_debug('Before Calling ASN Ddetails ' || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 1);
4989: END IF;
4990:
4991: inv_cr_asn_details.create_asn_details(
4992: p_organization_id
4993: , l_group_id
4994: , l_rcv_rcpt_rec
4995: , l_rcv_transaction_rec

Line 7851: INV_CR_ASN_DETAILS.update_asn_item_details

7847: print_debug('group_id:'||inv_rcv_common_apis.g_rcv_global_var.interface_group_id,4);
7848: END IF;
7849:
7850: --Calling the procedure
7851: INV_CR_ASN_DETAILS.update_asn_item_details
7852: (p_group_id=>inv_rcv_common_apis.g_rcv_global_var.interface_group_id);
7853:
7854: IF (l_debug = 1) THEN
7855: print_debug('In type ASN after call to new procedure.', 4);