DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on GL_GLOBAL

Line 1124: GL_GLOBAL.set_aff_validation('LE', 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);
1125:
1126: exception when others then
1127: null;
1128: End set_legal_entity_ctx;