DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_SS_PKG dependencies on PAY_USER_COLUMNS

Line 219: from pay_user_columns puc,

215: is
216: select /* +ORDERED */
217: puc.user_column_name,
218: puci.value
219: from pay_user_columns puc,
220: pay_user_column_instances_f puci
221: where puc.user_table_id = p_user_table_id
222: and puci.user_column_id = puc.user_column_id
223: and puci.user_row_id = p_row_id