DBA Data[Home] [Help]

APPS.POS_SUPPLIER_UDA_BO_PKG dependencies on EGO_COL_NAME_VALUE_PAIR_OBJ

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 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: