DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_CA_RL1_REG

Line 83: pay_ca_rl1_reg.get_primary_address

79: a round() to round the amount for
80: Box 52.
81: 02-DEC-2002 P.Ganguly 115.36 Added nocopy in the out parameter.
82: 03-DEC-2002 P.Ganguly 115.37 Fixed Bug# 2690890. Called a function
83: pay_ca_rl1_reg.get_primary_address
84: to get the employee's primary address
85: .
86: 09-DEC-2002 P.Ganguly 115.38 Added a new dbi CAEOY_GRE_EI_RATE
87: to archive the EI_RATE of each GRE.

Line 2205: addr pay_ca_rl1_reg.primaryaddress;

2201: l_person_arch_step number;
2202: l_cpp_ee_withheld_pjgy number;
2203: l_qpp_ee_withheld_pjgy number;
2204: l_ei_ee_withheld_pjgy number;
2205: addr pay_ca_rl1_reg.primaryaddress;
2206: l_user_entity_id ff_user_entities.user_entity_id%TYPE;
2207:
2208: other_info_amount31 number;
2209: other_info_amount53 number;

Line 4213: addr := pay_ca_rl1_reg.get_primary_address(l_person_id,p_effective_date);

4209: to_char(l_person_arch_step) ||
4210: 'sqlcode : ' || to_char(sqlcode));
4211: end;
4212:
4213: addr := pay_ca_rl1_reg.get_primary_address(l_person_id,p_effective_date);
4214:
4215: l_address_line1 := addr.addr_line_1;
4216: l_address_line2 := addr.addr_line_2;
4217: l_address_line3 := addr.addr_line_3;