DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_RUN_RESULT_VALUES

Line 1860: from pay_run_result_values target,

1856: is
1857: select fnd_date.date_to_canonical(min(pact.date_earned)) date_from,
1858: fnd_date.date_to_canonical(max(pact.date_earned)) date_to,
1859: sum(decode(pact.action_type,'V',-1,1)) no_of_times
1860: from pay_run_result_values target,
1861: pay_balance_feeds_f feed,
1862: pay_balance_types pbt,
1863: pay_run_results rr,
1864: pay_assignment_actions assact,