DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on INV_RCV_STD_RCPT_APIS

Line 1480: inv_rcv_std_rcpt_apis.g_shipment_header_id := NULL;

1476: BEGIN
1477: g_po_startup_value := NULL;
1478: g_rcv_global_var := NULL;
1479: g_lot_status_tb.DELETE;
1480: inv_rcv_std_rcpt_apis.g_shipment_header_id := NULL;
1481: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross.DELETE;
1482: inv_rcv_std_rcpt_apis.g_receipt_detail_index := 1;
1483: inv_rcv_std_rcpt_apis.g_dummy_lpn_id := NULL;
1484: inv_rcv_std_deliver_apis.g_rcvtxn_detail_index := 1;

Line 1481: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross.DELETE;

1477: g_po_startup_value := NULL;
1478: g_rcv_global_var := NULL;
1479: g_lot_status_tb.DELETE;
1480: inv_rcv_std_rcpt_apis.g_shipment_header_id := NULL;
1481: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross.DELETE;
1482: inv_rcv_std_rcpt_apis.g_receipt_detail_index := 1;
1483: inv_rcv_std_rcpt_apis.g_dummy_lpn_id := NULL;
1484: inv_rcv_std_deliver_apis.g_rcvtxn_detail_index := 1;
1485: inv_rcv_std_deliver_apis.g_rcvtxn_match_table_gross.DELETE;

Line 1482: inv_rcv_std_rcpt_apis.g_receipt_detail_index := 1;

1478: g_rcv_global_var := NULL;
1479: g_lot_status_tb.DELETE;
1480: inv_rcv_std_rcpt_apis.g_shipment_header_id := NULL;
1481: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross.DELETE;
1482: inv_rcv_std_rcpt_apis.g_receipt_detail_index := 1;
1483: inv_rcv_std_rcpt_apis.g_dummy_lpn_id := NULL;
1484: inv_rcv_std_deliver_apis.g_rcvtxn_detail_index := 1;
1485: inv_rcv_std_deliver_apis.g_rcvtxn_match_table_gross.DELETE;
1486:

Line 1483: inv_rcv_std_rcpt_apis.g_dummy_lpn_id := NULL;

1479: g_lot_status_tb.DELETE;
1480: inv_rcv_std_rcpt_apis.g_shipment_header_id := NULL;
1481: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross.DELETE;
1482: inv_rcv_std_rcpt_apis.g_receipt_detail_index := 1;
1483: inv_rcv_std_rcpt_apis.g_dummy_lpn_id := NULL;
1484: inv_rcv_std_deliver_apis.g_rcvtxn_detail_index := 1;
1485: inv_rcv_std_deliver_apis.g_rcvtxn_match_table_gross.DELETE;
1486:
1487: --Calling the procedure to clear the Global variable which conatains Lot Numbers (Bug # 3156689)

Line 5054: inv_rcv_std_rcpt_apis.packunpack_container(

5050: l_progress := '60';
5051:
5052: IF p_call_pack_unpack = 'TRUE' THEN
5053: l_progress := '70';
5054: inv_rcv_std_rcpt_apis.packunpack_container(
5055: p_api_version => p_api_version
5056: , p_init_msg_list => p_init_msg_list
5057: , p_commit => p_commit
5058: , x_return_status => x_return_status

Line 5344: inv_rcv_std_rcpt_apis.packunpack_container(

5340: l_progress := '100';
5341:
5342: IF p_call_pack_unpack = 'TRUE' THEN
5343: l_progress := '110';
5344: inv_rcv_std_rcpt_apis.packunpack_container(
5345: p_api_version => p_api_version
5346: , p_init_msg_list => p_init_msg_list
5347: , p_commit => p_commit
5348: , x_return_status => x_return_status

Line 5471: inv_rcv_std_rcpt_apis.populate_lot_rec(

5467:
5468: x_return_status := fnd_api.g_ret_sts_success;
5469: l_progress := '10';
5470: SAVEPOINT rcv_process_lot_sp;
5471: inv_rcv_std_rcpt_apis.populate_lot_rec(
5472: p_lot_number => p_lot_number
5473: , p_primary_qty => p_lot_primary_qty
5474: , p_txn_uom_code => p_transaction_uom_code
5475: , p_org_id => p_organization_id

Line 5520: inv_rcv_std_rcpt_apis.packunpack_container(

5516: IF ((inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) OR
5517: (inv_rcv_common_apis.g_po_patch_level < inv_rcv_common_apis.g_patchset_j_po)) THEN
5518: IF p_call_pack_unpack = 'TRUE' THEN
5519: l_progress := '50';
5520: inv_rcv_std_rcpt_apis.packunpack_container(
5521: p_api_version => p_api_version
5522: , p_init_msg_list => p_init_msg_list
5523: , p_commit => p_commit
5524: , x_return_status => x_return_status

Line 7481: inv_rcv_std_rcpt_apis.g_rcpt_lot_qty_rec_tb.DELETE;

7477: IS
7478: BEGIN
7479: print_debug('Enter clear_lot_rec: 1 '|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'), 1);
7480:
7481: inv_rcv_std_rcpt_apis.g_rcpt_lot_qty_rec_tb.DELETE;
7482:
7483: print_debug('clear_lot_rec: 2 End of Procedure ',1);
7484:
7485: END clear_lot_rec;