DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on MTL_PARAMETERS

Line 1424: FROM MTL_PARAMETERS

1420: AND ORGANIZATION_ID = p_organization_id;
1421:
1422: SELECT COUNT(*)
1423: INTO l_std_org_count
1424: FROM MTL_PARAMETERS
1425: WHERE ORGANIZATION_ID = p_organization_id
1426: AND PRIMARY_COST_METHOD = 1 ;
1427:
1428: IF (l_std_asst_jobs >= 1) and ( l_report_type <> 4 ) THEN