DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_RUN_RESULT_VALUES

Line 1871: from pay_run_result_values target,

1867: is
1868: select fnd_date.date_to_canonical(min(pact.date_earned)) date_from,
1869: fnd_date.date_to_canonical(max(pact.date_earned)) date_to,
1870: sum(decode(pact.action_type,'V',-1,1)) no_of_times
1871: from pay_run_result_values target,
1872: pay_balance_feeds_f feed,
1873: pay_balance_types pbt,
1874: pay_run_results rr,
1875: pay_assignment_actions assact,