DBA Data[Home] [Help]

APPS.CSTPECEP dependencies on MTL_PARAMETERS

Line 186: from mtl_parameters where organization_id = p_organization_id; /* Bug 5203079*/

182: in maintenance org only. That would mean that all wip table will store the
183: WO details against the maintenance organization id */
184: select maint_organization_id
185: into l_maint_organization_id
186: from mtl_parameters where organization_id = p_organization_id; /* Bug 5203079*/
187:
188: l_stmt_num := 20;
189:
190: IF p_job_option = 1 THEN