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 4499: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;

4495: IS
4496: xreturnstatus varchar2(1);
4497: xmsgcount Number;
4498: xmsgdata Varchar2(800);
4499: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;
4500: L_STMT_NUM Number;
4501: l_ato_line_id Number;
4502: l_batch_no Number;
4503: BEGIN

Line 4517: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(

4513: where line_id = p_itemkey;
4514:
4515: if (p_funcmode = 'RUN') then
4516: /*
4517: CTO_AUTO_PROCURE_PK.Create_Purchasing_Doc(
4518: p_top_model_line_id => l_ato_line_id,
4519: p_overwrite_list_price => 'N',
4520: p_called_in_batch => 'N',
4521: p_batch_number => l_batch_no,