DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on MTL_PARAMETERS

Line 453: from mtl_parameters

449: while calculating operation yield cost. This check is very
450: specific to WSM organizations */
451: select wsm_enabled_flag
452: into x_wsm_enabled_flag
453: from mtl_parameters
454: where organization_id = rec_wip_entity.organization_id;
455:
456: if (x_wsm_enabled_flag = 'Y') then
457: select NVL(last_operation_seq_num,9999)