DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on MTL_PARAMETERS

Line 10324: mtl_parameters mp

10320: MIN(DECODE(mp.process_enabled_flag,'Y',NVL(mi.adj_group_date,p_initial_sysdate),p_initial_sysdate)) adj_group_date, -- OPM Integration
10321: mi.group_id
10322: FROM inl_matches_int mi,
10323: rcv_transactions rt, -- OPM Integration
10324: mtl_parameters mp
10325: WHERE mi.processing_status_code = 'RUNNING' /* Point 1: If any change occur here the other 4 points might be affected */
10326: AND (p_group_id IS NULL
10327: OR p_group_id = mi.group_id)
10328: AND mi.to_parent_table_name = 'RCV_TRANSACTIONS'

Line 10366: mtl_parameters mp -- OPM Integration

10362: mi.charge_line_type_id, --BUG#8264388
10363: mi.tax_code --BUG#8264388
10364: FROM inl_matches_int mi,
10365: rcv_transactions rt, -- OPM Integration
10366: mtl_parameters mp -- OPM Integration
10367: WHERE mi.processing_status_code = 'RUNNING'
10368: AND ((pc_group_id IS NULL AND mi.group_id IS NULL)
10369: OR mi.group_id = pc_group_id) --Bug#11794442
10370: AND mi.match_amounts_flag = 'Y'

Line 10422: mtl_parameters mp

10418: mi.match_amounts_flag , --BUG#8264388
10419: mi.group_id --BUG#8264388
10420: FROM inl_matches_int mi,
10421: rcv_transactions rt, -- OPM Integration
10422: mtl_parameters mp
10423: WHERE mi.processing_status_code = 'RUNNING' /* Point 1: If any change occur here the other 4 points might be affected */
10424: AND ((pc_group_id IS NULL AND mi.group_id IS NULL)
10425: OR mi.group_id = pc_group_id) --Bug#11794442
10426: AND mi.to_parent_table_name = 'RCV_TRANSACTIONS'