DBA Data[Home] [Help]

APPS.INV_PICK_SLIP_REPORT dependencies on INV_REPLENISH_DETAIL_PUB

Line 308: inv_replenish_detail_pub.line_details_pub(

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

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

397: END LOOP;
398: END IF;
399:
400: /*Bug#5140639. Commented the updation of 'distribution_account_id' in MMTT as
401: it is already done in 'INV_Replenish_Detail_PUB.Line_Details_PUB' */
402:
403: /* IF v_mo_line_rec.to_account_id IS NOT NULL THEN
404: UPDATE mtl_material_transactions_temp
405: SET distribution_account_id = v_mo_line_rec.to_account_id