DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on PAY_RUN_TYPES_F

Line 82: run type name of pay_run_types_f

78: 20-Jan-2003 vpandya 115.20,21 Creating skip records in
79: element type usages table. If
80: Tax processing type and Year End
81: form (gre type) is matches with
82: run type name of pay_run_types_f
83: table then one record will be
84: created with inclusion_flag 'Y'
85: and usage_type 'T', and 8 records
86: created with inclusion_flag 'N'

Line 253: from pay_run_types_f prt

249:
250:
251: CURSOR c_run_tp is
252: select prt.*
253: from pay_run_types_f prt
254: where prt.legislation_code = 'CA'
255: and ( prt.shortname like 'REG_T4%' or
256: prt.shortname like 'NP_T4%' or
257: prt.shortname like 'LS_T4%' );