DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on HR_ORGANIZATION_INFORMATION

Line 1120: from hr_organization_information

1116: Is
1117: l_le_id number;
1118: Begin
1119: select to_number(ORG_INFORMATION2) into l_le_id
1120: from hr_organization_information
1121: where organization_id = p_org_id
1122: and org_information_context = 'Accounting Information';
1123:
1124: GL_GLOBAL.set_aff_validation('LE', l_le_id);