DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on MTL_PARAMETERS

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

2457:
2458: fnd_message.set_name('WIP', 'WIP_PICKING_PLAN_TASKS');
2459: fnd_file.put_line(which => fnd_file.output, buff => ' ' || fnd_message.get || ' ' || l_outBuffer);
2460:
2461: /* Fixed bug 4890898 Changed table from org_organization_definitions to MTL_PARAMETERS */
2462: select organization_code
2463: into l_outBuffer
2464: from MTL_PARAMETERS
2465: where organization_id = p_organization_id;

Line 2464: from MTL_PARAMETERS

2460:
2461: /* Fixed bug 4890898 Changed table from org_organization_definitions to MTL_PARAMETERS */
2462: select organization_code
2463: into l_outBuffer
2464: from MTL_PARAMETERS
2465: where organization_id = p_organization_id;
2466:
2467: fnd_message.set_name('WIP', 'WIP_PICKING_ORG');
2468: fnd_file.put_line(which => fnd_file.output, buff => ' ' || fnd_message.get || ' ' || l_outBuffer);