DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on MTL_PARAMETERS

Line 81: from mtl_parameters

77: end if;
78:
79: select primary_cost_method
80: into primaryCostMethod
81: from mtl_parameters
82: where organization_id = parameters.environment.orgID;
83:
84: --insert a row into cst_comp_snap_temp
85: /* Fix for bug 4252359. Do this only for non-LPN completions. WMS will

Line 497: from mtl_parameters

493: end if;
494:
495: select primary_cost_method
496: into primaryCostMethod
497: from mtl_parameters
498: where organization_id = parameters.environment.orgID;
499:
500:
501: --may have to populate the txn temp id for costing.