DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on CTO_AUTO_PROCURE_PK

Line 295: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;

291: l_active_activity varchar2(30);
292: lMatchProfile varchar2(10);
293:
294: v_source_type_code oe_order_lines_all.source_type_code%type ;
295: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;
296: l_batch_no Number;
297:
298:
299: l_config_item_id number ;

Line 1026: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(

1022: -- Added by Renga Kannan on 03/26/02 to call
1023: -- Create purchase doc code for match case. In the case of
1024: -- match the workflow will be moved to create config eligible directly
1025:
1026: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(
1027: p_config_item_id => l_config_item_id ,
1028: p_overwrite_list_price => 'N',
1029: p_called_in_batch => 'N',
1030: p_batch_number => l_batch_no,

Line 4598: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;

4594: IS
4595: xreturnstatus varchar2(1);
4596: xmsgcount Number;
4597: xmsgdata Varchar2(800);
4598: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;
4599: L_STMT_NUM Number;
4600: l_ato_line_id Number;
4601: l_batch_no Number;
4602: BEGIN

Line 4616: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(

4612: where line_id = p_itemkey;
4613:
4614: if (p_funcmode = 'RUN') then
4615: /*
4616: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(
4617: p_top_model_line_id => l_ato_line_id,
4618: p_overwrite_list_price => 'N',
4619: p_called_in_batch => 'N',
4620: p_batch_number => l_batch_no,