DBA Data[Home] [Help]

APPS.EGO_UPGRADE_USER_ATTR_VAL_PUB dependencies on EGO_COL_NAME_VALUE_PAIR_OBJ

Line 107: EGO_COL_NAME_VALUE_PAIR_OBJ('CATEGORY_SET_ID',

103: -- before we start iterating thru the categories in the category--
104: -- set --
105: ------------------------------------------------------------------
106: l_pk_column_name_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(
107: EGO_COL_NAME_VALUE_PAIR_OBJ('CATEGORY_SET_ID',
108: l_category_set_id));
109:
110: l_data_column_name_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(
111: EGO_COL_NAME_VALUE_PAIR_OBJ('CATEGORY_ID', null));

Line 111: EGO_COL_NAME_VALUE_PAIR_OBJ('CATEGORY_ID', null));

107: EGO_COL_NAME_VALUE_PAIR_OBJ('CATEGORY_SET_ID',
108: l_category_set_id));
109:
110: l_data_column_name_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(
111: EGO_COL_NAME_VALUE_PAIR_OBJ('CATEGORY_ID', null));
112:
113: ------------------------------------------------------------------
114: -- If no specific attribute group has come in, then process all --
115: -- attribute groups attached to the category set --