DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on MTL_PARAMETERS

Line 2365: /* Fixed bug 4890898 Changed table from org_organization_definitions to MTL_PARAMETERS */

2361:
2362: fnd_message.set_name('WIP', 'WIP_PICKING_PLAN_TASKS');
2363: fnd_file.put_line(which => fnd_file.output, buff => ' ' || fnd_message.get || ' ' || l_outBuffer);
2364:
2365: /* Fixed bug 4890898 Changed table from org_organization_definitions to MTL_PARAMETERS */
2366: select organization_code
2367: into l_outBuffer
2368: from MTL_PARAMETERS
2369: where organization_id = p_organization_id;

Line 2368: from MTL_PARAMETERS

2364:
2365: /* Fixed bug 4890898 Changed table from org_organization_definitions to MTL_PARAMETERS */
2366: select organization_code
2367: into l_outBuffer
2368: from MTL_PARAMETERS
2369: where organization_id = p_organization_id;
2370:
2371: fnd_message.set_name('WIP', 'WIP_PICKING_ORG');
2372: fnd_file.put_line(which => fnd_file.output, buff => ' ' || fnd_message.get || ' ' || l_outBuffer);