DBA Data[Home] [Help]

APPS.POS_SUPPLIER_UDA_BO_PKG dependencies on EGO_COL_NAME_VALUE_PAIR_ARRAY

Line 4: l_pk_column_values ego_col_name_value_pair_array;

1: PACKAGE BODY pos_supplier_uda_bo_pkg AS
2: /* $Header: POSSPUDAB.pls 120.1.12020000.4 2013/02/09 13:23:12 hvutukur ship $ */
3: l_attr_group_id NUMBER;
4: l_pk_column_values ego_col_name_value_pair_array;
5: l_request_table ego_attr_group_request_table := ego_attr_group_request_table();
6: l_attributes_row_table ego_user_attr_row_table;
7: l_attributes_data_table ego_user_attr_data_table := ego_user_attr_data_table();
8: l_return_status VARCHAR2(100);

Line 145: l_pk_column_values := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('PARTY_ID',

141: EXIT;
142: END;
143:
144: -- Primary key value pairs
145: l_pk_column_values := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('PARTY_ID',
146: p_party_id));
147: -- Attribute group object
148: l_request_table.extend;
149: --l_data_level_2 := NULL;

Line 260: l_pk_column_values ego_col_name_value_pair_array;

256: l_msg_data VARCHAR2(100);
257: l_errorcode NUMBER;
258: l_error_msg_tbl error_handler.error_tbl_type;
259:
260: l_pk_column_values ego_col_name_value_pair_array;
261: l_attributes_row_table ego_user_attr_row_table := ego_user_attr_row_table();
262: l_attributes_data_table ego_user_attr_data_table := ego_user_attr_data_table();
263: l_class_code_name_value_pairs ego_col_name_value_pair_array := ego_col_name_value_pair_array();
264: -- l_row_identifier NUMBER := 1020;

Line 263: l_class_code_name_value_pairs ego_col_name_value_pair_array := ego_col_name_value_pair_array();

259:
260: l_pk_column_values ego_col_name_value_pair_array;
261: l_attributes_row_table ego_user_attr_row_table := ego_user_attr_row_table();
262: l_attributes_data_table ego_user_attr_data_table := ego_user_attr_data_table();
263: l_class_code_name_value_pairs ego_col_name_value_pair_array := ego_col_name_value_pair_array();
264: -- l_row_identifier NUMBER := 1020;
265: TYPE rec1 IS RECORD(
266:
267: attr_group_id NUMBER,

Line 283: l_pk_column_values := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('PARTY_ID',

279:
280: BEGIN
281: x_return_status := fnd_api.g_ret_sts_success;
282:
283: l_pk_column_values := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('PARTY_ID',
284: to_char(l_party_id)));
285:
286: IF p_create_update_flag = 'C' THEN
287: create_update_mode := ego_user_attrs_data_pvt.g_create_mode;

Line 321: l_class_code_name_value_pairs := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('CLASSIFICATION_CODE',

317: WHEN OTHERS THEN
318: RAISE;
319: END;
320:
321: l_class_code_name_value_pairs := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('CLASSIFICATION_CODE',
322: attributes_group_tab.classification_code));
323: l_attributes_row_table.extend;
324: l_attributes_row_table(l_attributes_row_table.last) := ego_user_attr_row_obj(l_row_identifier,
325: attributes_group_tab.attr_group_id,

Line 463: /* l_class_code_name_value_pairs := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('CLASSIFICATION_CODE',

459: /* Increment the row identifier */
460:
461: END LOOP;
462:
463: /* l_class_code_name_value_pairs := ego_col_name_value_pair_array(ego_col_name_value_pair_obj('CLASSIFICATION_CODE',
464: p_class_code));
465: */
466: /* Call the EGO API to process the attributes based on the mode */
467: