DBA Data[Home] [Help]

APPS.PER_GB_ORG_INFO dependencies on HR_API

Line 158: IF (p_org_information1 <> hr_api.g_varchar2) THEN

154:
155: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN
156: --
157: IF (p_org_info_type_code = 'Tax Details References') THEN
158: IF (p_org_information1 <> hr_api.g_varchar2) THEN
159: open csr_org_info_exists;
160: fetch csr_org_info_exists into l_found;
161: if csr_org_info_exists%found then
162: close csr_org_info_exists;

Line 194: IF (p_org_information1 <> hr_api.g_varchar2) THEN

190: --
191:
192: IF p_org_information10 = 'UK' then /*Bug 5084055*/
193: IF (p_org_info_type_code = 'Tax Details References') THEN
194: IF (p_org_information1 <> hr_api.g_varchar2) THEN
195: BEGIN
196: l_tax_district_reference := substr( p_org_information1, 1, INSTR(p_org_information1,'/')-1 );
197: l_tax_reference_number := substr( p_org_information1, INSTR(p_org_information1,'/')+1 , length(p_org_information1) );
198: l_acc_off_ref := p_org_information6; -- Added for the bug fix 13076448