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 248: from pay_run_types_f prt

244:
245:
246: CURSOR c_run_tp is
247: select prt.*
248: from pay_run_types_f prt
249: where prt.legislation_code = 'CA'
250: and ( prt.shortname like 'REG_T4%' or
251: prt.shortname like 'NP_T4%' or
252: prt.shortname like 'LS_T4%' );