DBA Data[Home] [Help]

APPS.BEN_CWB_PR_CURR dependencies on HR_ORGANIZATION_INFORMATION

Line 17: from hr_organization_information

13: Code VARCHAR2(20);
14: def BOOLEAN;
15: BEGIN
16: Select org_information10 into Code
17: from hr_organization_information
18: where organization_id =business_grp_id
19: and org_information_context = 'Business Group Information';
20:
21: if code is null then