DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on CTO_AUTO_PROCURE_PK

Line 216: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;

212: and ato_line_id is not null
213: order by plan_level desc;
214:
215: -- Added by Renga Kannan on 04/01/2002 for Purchase Price rollup
216: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;
217: l_batch_no Number;
218:
219:
220: v_cto_match_rec CTO_CONFIGURED_ITEM_GRP.CTO_MATCH_REC_TYPE ;

Line 1021: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(

1017: END IF;
1018:
1019:
1020:
1021: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(
1022: p_config_item_id => l_x_config_id,
1023: p_overwrite_list_price => 'N',
1024: p_called_in_batch => 'N',
1025: p_batch_number => l_batch_no,