DBA Data[Home] [Help]

APPS.PO_MODIFY_REQUISITION_PVT dependencies on PO_TBL_VARCHAR2000

Line 122: x_error_msg_tbl OUT NOCOPY PO_TBL_VARCHAR2000

118: p_agent_id IN NUMBER,
119: p_calling_program IN VARCHAR2,
120: p_handle_tax_diff_if_enc IN VARCHAR2,
121: x_new_line_ids_tbl OUT NOCOPY PO_TBL_NUMBER,
122: x_error_msg_tbl OUT NOCOPY PO_TBL_VARCHAR2000
123: ) IS
124:
125: l_module CONSTANT VARCHAR2(100) := 'split_requisition_lines';
126: d_module_base CONSTANT VARCHAR2(100) := PO_LOG.get_subprogram_base(d_PACKAGE_BASE,l_module);

Line 141: x_error_msg_tbl :=po_tbl_varchar2000();

137: IF PO_LOG.d_event THEN
138: PO_LOG.event(d_module_base,d_progress,'Starting Requisition Split ');
139: END IF;
140: --Initialize the error messages table
141: x_error_msg_tbl :=po_tbl_varchar2000();
142: IF NOT FND_API.Compatible_API_Call(l_api_version,
143: p_api_version,
144: l_module,
145: G_PKG_NAME)

Line 314: x_error_msg_tbl OUT NOCOPY PO_TBL_VARCHAR2000

310: p_quantity_tbl IN PO_TBL_NUMBER,
311: p_agent_id IN NUMBER,
312: p_calling_program IN VARCHAR2,
313: x_new_line_ids_tbl OUT NOCOPY PO_TBL_NUMBER,
314: x_error_msg_tbl OUT NOCOPY PO_TBL_VARCHAR2000
315: ) IS
316:
317: l_module CONSTANT VARCHAR2(100) := 'create_requisition_lines';
318: d_module_base CONSTANT VARCHAR2(100) := PO_LOG.get_subprogram_base(d_PACKAGE_BASE, l_module);

Line 376: l_attr_group_name PO_TBL_VARCHAR2000;

372: l_slin_number_temp VARCHAR2(100);
373: l_new_clin_number NUMBER;
374: l_uda_template NUMBER;
375: l_ags_table PO_TBL_VARCHAR30;
376: l_attr_group_name PO_TBL_VARCHAR2000;
377: l_temp_num NUMBER;
378: x_return_status_uda VARCHAR2(100);
379: x_msg_count_uda NUMBER;
380: x_msg_data_uda VARCHAR2(100);

Line 393: x_error_msg_tbl :=po_tbl_varchar2000();

389: IF PO_LOG.d_event THEN
390: PO_LOG.event(d_module_base,d_progress,'Starting Requisition Split ');
391: END IF;
392: --Initialize the error messages table
393: x_error_msg_tbl :=po_tbl_varchar2000();
394: IF NOT FND_API.Compatible_API_Call(l_api_version,
395: p_api_version,
396: l_module,
397: G_PKG_NAME)

Line 481: L_Attr_Group_Name:= Po_Tbl_Varchar2000();

477: l_new_clin_number:=0;
478: l_slin_array :=l_slin_array_type();
479: --<>L_Uda_Template_Array:= Po_Tbl_Number();
480: L_Ags_Table:= Po_Tbl_Varchar30();
481: L_Attr_Group_Name:= Po_Tbl_Varchar2000();
482: l_temp_num:=1;
483:
484: -- Retrieve federalFlag and copy it to l_is_federal_flag
485:

Line 1250: x_error_msg_tbl OUT NOCOPY PO_TBL_VARCHAR2000) IS

1246: x_msg_data OUT NOCOPY VARCHAR2,
1247: p_req_line_id IN NUMBER,
1248: p_handle_tax_diff_if_enc IN VARCHAR2,
1249: p_new_line_ids_tbl IN PO_TBL_NUMBER,
1250: x_error_msg_tbl OUT NOCOPY PO_TBL_VARCHAR2000) IS
1251:
1252: l_module CONSTANT VARCHAR2(100) := 'post_modify_requisition_lines';
1253: d_module_base CONSTANT VARCHAR2(100) := PO_LOG.get_subprogram_base(d_PACKAGE_BASE, l_module);
1254: l_api_version CONSTANT NUMBER := 1.0;

Line 1278: x_error_msg_tbl :=po_tbl_varchar2000();

1274: PO_LOG.event(d_module_base,d_progress,'Post Modify Requisition ');
1275: END IF;
1276:
1277: --Initialize the error messages table
1278: x_error_msg_tbl :=po_tbl_varchar2000();
1279:
1280:
1281: IF NOT FND_API.Compatible_API_Call(l_api_version,
1282: p_api_version,