DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on PAY_BALANCE_FEEDS_F

Line 791: ,pay_balance_feeds_f f

787: max(a.action_sequence)
788: from pay_assignment_actions a
789: ,pay_payroll_actions pact2
790: ,pay_balance_types t
791: ,pay_balance_feeds_f f
792: ,pay_run_results r
793: ,pay_run_result_values v
794: where t.balance_name in ('Taxable Pay','PAYE')
795: and t.legislation_code = 'GB'

Line 914: from PAY_BALANCE_FEEDS_F FEED

910: cursor taxable_or_paye_exists (c_assignment_action_id in number) is
911: SELECT 'Y' FROM
912: sys.dual target where exists
913: (select 1
914: from PAY_BALANCE_FEEDS_F FEED
915: , PAY_BALANCE_TYPES PBT
916: , PAY_RUN_RESULT_VALUES PRRV
917: , PAY_RUN_RESULTS PRR
918: WHERE PBT.BALANCE_NAME in ('Taxable Pay', 'PAYE')