DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on HR_ORGANIZATION_INFORMATION

Line 1079: from hr_organization_information

1075: Is
1076: l_le_id number;
1077: Begin
1078: select to_number(ORG_INFORMATION2) into l_le_id
1079: from hr_organization_information
1080: where organization_id = p_org_id
1081: and org_information_context = 'Accounting Information';
1082:
1083: GL_GLOBAL.set_aff_validation('LE', l_le_id);