[Home] [Help]
1039:
1040: cursor c_org_pref(cp_organization_id in number
1041: ,cp_org_information_context in varchar2) is
1042: select org_information1
1043: from hr_organization_information hoi
1044: where organization_id = cp_organization_id
1045: and org_information_context = cp_org_information_context;
1046:
1047: BEGIN