DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on PAY_BALANCE_TYPES

Line 3966: from pay_balance_types pbt

3962: 'FED Withheld', 5,
3963: 'PROV Withheld', 6,
3964: 7) display_sequence,
3965: pbt.balance_type_id
3966: from pay_balance_types pbt
3967: where pbt.legislation_code = 'CA'
3968: and pbt.balance_name in ( 'FED Withheld',
3969: 'CPP EE Withheld',
3970: 'EI EE Withheld',

Line 3990: from pay_balance_types

3986:
3987: cursor cur_bal_type is
3988: select balance_name,
3989: balance_type_id
3990: from pay_balance_types
3991: where legislation_code = 'CA'
3992: and balance_name in ( 'Gross Earnings', 'Payments' );
3993:
3994: