DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on MTL_PARAMETERS

Line 1831: FROM MTL_PARAMETERS

1827: AND ORGANIZATION_ID = p_organization_id;
1828:
1829: SELECT COUNT(*)
1830: INTO l_std_org_count
1831: FROM MTL_PARAMETERS
1832: WHERE ORGANIZATION_ID = p_organization_id
1833: AND PRIMARY_COST_METHOD = 1 ;
1834:
1835: IF (l_std_asst_jobs >= 1) and ( l_report_type <> 4 ) THEN