DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on STANDARD

Line 1656: /* For standard costing orgs, we will copy model's user-defined

1652:
1653:
1654:
1655:
1656: /* For standard costing orgs, we will copy model's user-defined
1657: cost in Frozen to the config in CTO cost type. */
1658:
1659: lStmtNumber := 50;
1660:

Line 2003: /* For standard costing orgs, we will copy model's user-defined

1999:
2000: WriteToLog('Inserted rows into cst_item_cost_details:: '||sql%rowcount,2);
2001:
2002:
2003: /* For standard costing orgs, we will copy model's user-defined
2004: cost in Frozen to the config in CTO cost type. */
2005:
2006: lStmtNumber := 80;
2007: insert into cst_item_cost_details

Line 3605: 4, -- BOM_ITEM_TYPE:standard

3601: m.planning_time_fence_days,
3602: m.demand_time_fence_days,
3603: m.end_assembly_pegging_flag,
3604: m.planning_exception_set,
3605: 4, -- BOM_ITEM_TYPE:standard
3606: 'N',
3607: 'Y',
3608: m.inventory_item_id, -- Base Model ID
3609: CTO_CONFIG_ITEM_PK.evaluate_atp_attributes(m.atp_flag, m.atp_components_flag),

Line 4389: 4, -- BOM_ITEM_TYPE : standard

4385: decode( get_attribute_control( 'planning_time_fence_days' ) , 1, config.planning_time_fence_days, m.planning_time_fence_days) ,
4386: decode( get_attribute_control( 'demand_time_fence_days') , 1, config.demand_time_fence_days, m.demand_time_fence_days) ,
4387: decode( get_attribute_control( 'end_assembly_pegging_flag') ,1 , config.end_assembly_pegging_flag , m.end_assembly_pegging_flag) ,
4388: decode( get_attribute_control( 'planning_exception_set' ) , 1 , config.planning_exception_set, m.planning_exception_set) ,
4389: 4, -- BOM_ITEM_TYPE : standard
4390: 'N',
4391: 'Y',
4392: bcolu.inventory_item_id, -- Base Model ID
4393: decode( get_attribute_control( 'atp_components_flag') , 1, config.atp_components_flag, CTO_CONFIG_ITEM_PK.evaluate_atp_attributes(m.atp_flag, m.atp_components_flag)),