DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on RCV_TABLE_FUNCTIONS

Line 3167: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(x_cascaded_table(n).to_organization_id);

3163:
3164: --Bug 12720051 For LCM lines the quantity and uom should be same as rsl quantity/uom
3165: --and user should not be allowed to change these while creating receipts.
3166: IF (p_match_type='LCM') THEN
3167: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(x_cascaded_table(n).to_organization_id);
3168: IF(x_cascaded_table(n).transaction_type in('RECEIVE','DELIVER')) THEN
3169: IF(l_pre_rcv_flag='Y') THEN
3170: SELECT rsl.quantity_shipped, rsl.unit_of_measure
3171: INTO l_rsl_qty, l_rsl_uom