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 1987: addr pay_ca_rl1_reg.primaryaddress;

1983: l_person_arch_step number;
1984: l_cpp_ee_withheld_pjgy number;
1985: l_qpp_ee_withheld_pjgy number;
1986: l_ei_ee_withheld_pjgy number;
1987: addr pay_ca_rl1_reg.primaryaddress;
1988: l_user_entity_id ff_user_entities.user_entity_id%TYPE;
1989:
1990: other_info_amount31 number;
1991: other_info_amount53 number;

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

3582: to_char(l_person_arch_step) ||
3583: 'sqlcode : ' || to_char(sqlcode));
3584: end;
3585:
3586: addr := pay_ca_rl1_reg.get_primary_address(l_person_id,p_effective_date);
3587:
3588: l_address_line1 := addr.addr_line_1;
3589: l_address_line2 := addr.addr_line_2;
3590: l_address_line3 := addr.addr_line_3;