DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on PAY_RUN_RESULT_VALUES

Line 2127: from pay_run_result_values rrv,

2123: and ((paa1.run_type_id is not null and paa1.source_action_id is not null)
2124: or(paa1.run_type_id is null and paa1.source_action_id is null))
2125: and exists (
2126: select 'Y'
2127: from pay_run_result_values rrv,
2128: pay_input_values_F iv,
2129: pay_run_results rr
2130: where nvl(rrv.result_value,0) <> to_char(0)
2131: and iv.input_value_id = rrv.input_value_id