DBA Data[Home] [Help]

APPS.OPIMPXIN dependencies on MTL_PARAMETERS

Line 3648: FROM mtl_parameters

3644: construct the ids_key.
3645: -----------------------------------------------------------------------------------------------------*/
3646:
3647: SELECT nvl(PROJECT_REFERENCE_ENABLED,2) into pjm_org
3648: FROM mtl_parameters
3649: WHERE organization_id = p_organization_id;
3650:
3651:
3652: if ( pjm_org = 1 AND p_locator > 0 ) then