DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on GL_GLOBAL

Line 1083: GL_GLOBAL.set_aff_validation('LE', 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);
1084:
1085: exception when others then
1086: null;
1087: End set_legal_entity_ctx;