DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on CST_COST_GROUPS

Line 296: from cst_cost_groups

292:
293: --
294: if (l_costgroup_id <> 0 ) then
295: select cost_group into l_costgroup
296: from cst_cost_groups
297: where organization_id in (l_org_id, -1)
298: and cost_group_id = l_costgroup_id;
299: else
300: return Null;

Line 333: from cst_cost_groups

329:
330: --
331: if (l_costgroup_id <> 0 ) then
332: select cost_group into l_costgroup_desc
333: from cst_cost_groups
334: where organization_id in (l_org_id, -1)
335: and cost_group_id = l_costgroup_id;
336: else
337: return Null;