DBA Data[Home] [Help]

APPS.INV_PICK_SLIP_REPORT dependencies on INV_REPLENISH_DETAIL_PUB

Line 307: inv_replenish_detail_pub.line_details_pub(

303: AND organization_id = p_org_id;
304:
305: SELECT mtl_material_transactions_s.NEXTVAL INTO l_txn_header_id FROM DUAL;
306:
307: inv_replenish_detail_pub.line_details_pub(
308: x_return_status => x_return_status
309: , x_msg_count => l_msg_count
310: , x_msg_data => l_msg_data
311: , x_number_of_rows => l_num_of_rows

Line 373: it is already done in 'INV_Replenish_Detail_PUB.Line_Details_PUB' */

369: END LOOP;
370: END IF;
371:
372: /*Bug#5140639. Commented the updation of 'distribution_account_id' in MMTT as
373: it is already done in 'INV_Replenish_Detail_PUB.Line_Details_PUB' */
374:
375: /* IF v_mo_line_rec.to_account_id IS NOT NULL THEN
376: UPDATE mtl_material_transactions_temp
377: SET distribution_account_id = v_mo_line_rec.to_account_id