DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MTL_SYSTEM_ITEMS

Line 40: and then stores the item in mtl_system_items.

36:
37: Description : This function creates a new inventory_item for the
38: ordered configuration. It also validates the setup
39: and profile options. It generates new item number
40: and then stores the item in mtl_system_items.
41:
42: Returns : TRUE - If the function completes succesfully
43: FALSE - If the function completes with error
44:

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

112: xMessageName out NOCOPY varchar2,
113: xTableName out NOCOPY varchar2 )
114: return integer;
115:
116: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type
117: , p_atp_comp mtl_system_items.atp_components_flag%type
118: , p_item_type mtl_system_items.bom_item_type%type )
119: return number ;
120:

Line 117: , p_atp_comp mtl_system_items.atp_components_flag%type

113: xTableName out NOCOPY varchar2 )
114: return integer;
115:
116: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type
117: , p_atp_comp mtl_system_items.atp_components_flag%type
118: , p_item_type mtl_system_items.bom_item_type%type )
119: return number ;
120:
121: FUNCTION chk_model_in_bcod(

Line 118: , p_item_type mtl_system_items.bom_item_type%type )

114: return integer;
115:
116: function evaluate_order( p_atp_flag mtl_system_items.atp_flag%type
117: , p_atp_comp mtl_system_items.atp_components_flag%type
118: , p_item_type mtl_system_items.bom_item_type%type )
119: return number ;
120:
121: FUNCTION chk_model_in_bcod(
122: pLineId in number)

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

140: function get_attribute_control( p_attribute_name varchar2)
141: return number;
142:
143:
144: function evaluate_atp_attributes( p_atp_flag in mtl_system_items_b.atp_flag%type
145: , p_atp_components_flag in mtl_system_items_b.atp_components_flag%type )
146: return char ;
147:
148:

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

141: return number;
142:
143:
144: function evaluate_atp_attributes( p_atp_flag in mtl_system_items_b.atp_flag%type
145: , p_atp_components_flag in mtl_system_items_b.atp_components_flag%type )
146: return char ;
147:
148:
149: function get_atp_flag