DBA Data[Home] [Help]

APPS.HRI_BPL_SAL dependencies on PAY_ELEMENT_TYPES_F

Line 29: from pay_element_types_f pet

25: IS
26: select s.proposed_salary_n* ppb.pay_annualization_factor salary
27: -- nvl(ppb.pay_annualization_factor,tpt.number_per_fiscal_year) salary -- bug 3547581
28: , pet.input_currency_code salary_currency_code
29: from pay_element_types_f pet
30: , pay_input_values_f piv
31: , per_pay_bases ppb
32: --, per_time_period_types tpt -- bug 3547581
33: --, pay_all_payrolls_f prl -- bug 3547581