DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on PAY_BALANCE_TYPES

Line 3455: from pay_balance_types pbt

3451: 'FED Withheld', 5,
3452: 'PROV Withheld', 6,
3453: 7) display_sequence,
3454: pbt.balance_type_id
3455: from pay_balance_types pbt
3456: where pbt.legislation_code = 'CA'
3457: and pbt.balance_name in ( 'FED Withheld',
3458: 'CPP EE Withheld',
3459: 'EI EE Withheld',

Line 3479: from pay_balance_types

3475:
3476: cursor cur_bal_type is
3477: select balance_name,
3478: balance_type_id
3479: from pay_balance_types
3480: where legislation_code = 'CA'
3481: and balance_name in ( 'Gross Earnings', 'Payments' );
3482:
3483: