DBA Data[Home] [Help]

APPS.PAY_KR_YEA_MED_EFILE_CONC_PKG dependencies on HR_ORGANIZATION_UNITS

Line 74: from hr_organization_units hou

70: is
71:
72: cursor csr_a is
73: select hou.business_group_id
74: from hr_organization_units hou
75: where hou.organization_id = p_business_place;
76: begin
77: open csr_a;
78: fetch csr_a into l_bg_id;