DBA Data[Home] [Help]

APPS.PAY_CA_T4A_REG dependencies on PAY_CA_T4_REG

Line 517: l_print_term := pay_ca_t4_reg.get_parameter('PRINT_TERM',l_legislative_parameters);

513: l_year_end := add_months(trunc(to_date(l_year,'YYYY'), 'Y'),12) - 1;
514: l_asg_set_id := pay_ca_t4a_reg.get_parameter('ASG_SET_ID',
515: l_legislative_parameters);
516: lv_per_id := pay_ca_t4a_reg.get_parameter('PER_ID',l_legislative_parameters);
517: l_print_term := pay_ca_t4_reg.get_parameter('PRINT_TERM',l_legislative_parameters);
518:
519: hr_utility.trace('begining of action creation 3 '||
520: l_year||to_char(l_year_start)||to_char(l_year_end));
521:

Line 1098: decode(pay_ca_t4_reg.get_parameter

1094: and ppf2.effective_start_date
1095: <= ppa1.effective_date)
1096: and ppf.effective_end_date >= ppa1.start_date
1097: order by
1098: decode(pay_ca_t4_reg.get_parameter
1099: (''P_S1'',ppa1.legislative_parameters),
1100: ''GRE'',hou1.name,
1101: ''ORGANIZATION'',hou.name,
1102: ''LOCATION'',loc.location_code,null),

Line 1103: decode(pay_ca_t4_reg.get_parameter(''P_S2'',

1099: (''P_S1'',ppa1.legislative_parameters),
1100: ''GRE'',hou1.name,
1101: ''ORGANIZATION'',hou.name,
1102: ''LOCATION'',loc.location_code,null),
1103: decode(pay_ca_t4_reg.get_parameter(''P_S2'',
1104: ppa1.legislative_parameters),
1105: ''GRE'',hou1.name,
1106: ''ORGANIZATION'',hou.name,
1107: ''LOCATION'',loc.location_code,null),

Line 1108: decode(pay_ca_t4_reg.get_parameter(''P_S3'',

1104: ppa1.legislative_parameters),
1105: ''GRE'',hou1.name,
1106: ''ORGANIZATION'',hou.name,
1107: ''LOCATION'',loc.location_code,null),
1108: decode(pay_ca_t4_reg.get_parameter(''P_S3'',
1109: ppa1.legislative_parameters),
1110: ''GRE'',hou1.name,
1111: ''ORGANIZATION'',hou.name,
1112: ''LOCATION'',loc.location_code,null),