DBA Data[Home] [Help]

APPS.PO_DOC_UDA_UTIL dependencies on PO_TBL_VARCHAR30

Line 293: l_attribute_group_table PO_TBL_VARCHAR30;

289: l_template_id NUMBER;
290: l_from_pk_col_value_pairs EGO_COL_NAME_VALUE_PAIR_ARRAY;
291: l_to_pk_col_value_pairs EGO_COL_NAME_VALUE_PAIR_ARRAY;
292: l_copy_attribute_groups VARCHAR2(10);
293: l_attribute_group_table PO_TBL_VARCHAR30;
294: l_attr_group_name VARCHAR2(250);
295: l_return_status VARCHAR2(2);
296: l_msg_count NUMBER;
297: l_msg_data VARCHAR2(2000);

Line 329: l_attribute_group_table := PO_TBL_VARCHAR30();

325: l_from_pk_col_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(EGO_COL_NAME_VALUE_PAIR_OBJ('PO_HEADER_ID', p_po_header_id),
326: EGO_COL_NAME_VALUE_PAIR_OBJ('DRAFT_ID', p_draft_id));
327: l_to_pk_col_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(EGO_COL_NAME_VALUE_PAIR_OBJ('PO_HEADER_ID', p_po_header_id),
328: EGO_COL_NAME_VALUE_PAIR_OBJ('DRAFT_ID', -1));
329: l_attribute_group_table := PO_TBL_VARCHAR30();
330: FOR c_get_add_agids_tbl_rec IN c_get_add_agids_tbl(l_template_id)
331: LOOP
332: l_attribute_group_table.extend(1);
333: SELECT attr_group_name