DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MTL_SYSTEM_ITEMS

Line 32: and then stores the item in mtl_system_items.

28:
29: Description : This function creates a new inventory_item for the
30: ordered configuration. It also validates the setup
31: and profile options. It generates new item number
32: and then stores the item in mtl_system_items.
33:
34: Returns : TRUE - If the function completes succesfully
35: FALSE - If the function completes with error
36:

Line 108: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type

104: xMessageName out NOCOPY varchar2,
105: xTableName out NOCOPY varchar2 )
106: return integer;
107:
108: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type
109: , p_atp_comp mtl_system_items.atp_components_flag%type
110: , p_item_type mtl_system_items.bom_item_type%type )
111: return number ;
112:

Line 109: , p_atp_comp mtl_system_items.atp_components_flag%type

105: xTableName out NOCOPY varchar2 )
106: return integer;
107:
108: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type
109: , p_atp_comp mtl_system_items.atp_components_flag%type
110: , p_item_type mtl_system_items.bom_item_type%type )
111: return number ;
112:
113: FUNCTION chk_model_in_bcod(

Line 110: , p_item_type mtl_system_items.bom_item_type%type )

106: return integer;
107:
108: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type
109: , p_atp_comp mtl_system_items.atp_components_flag%type
110: , p_item_type mtl_system_items.bom_item_type%type )
111: return number ;
112:
113: FUNCTION chk_model_in_bcod(
114: pLineId in number)

Line 136: function evaluate_atp_attributes( p_atp_flag in mtl_system_items_b.atp_flag%type

132: function get_attribute_control( p_attribute_name varchar2)
133: return number;
134:
135:
136: function evaluate_atp_attributes( p_atp_flag in mtl_system_items_b.atp_flag%type
137: , p_atp_components_flag in mtl_system_items_b.atp_components_flag%type )
138: return char ;
139:
140:

Line 137: , p_atp_components_flag in mtl_system_items_b.atp_components_flag%type )

133: return number;
134:
135:
136: function evaluate_atp_attributes( p_atp_flag in mtl_system_items_b.atp_flag%type
137: , p_atp_components_flag in mtl_system_items_b.atp_components_flag%type )
138: return char ;
139:
140:
141: function get_atp_flag