DBA Data[Home] [Help]

APPS.BOM_COMMON_UTILS dependencies on CST_COST_TYPES

Line 36: From CST_COST_TYPES CCT

32:
33: Cursor Default_Cost_Type_Id
34: (X_Cost_Type_Id IN NUMBER) IS
35: Select default_cost_type_id
36: From CST_COST_TYPES CCT
37: Where CCT.cost_type_id = X_Cost_Type_Id;
38:
39: BEGIN
40: /* Getting all the parameters set for Rollup. */