DBA Data[Home] [Help]

APPS.PAY_USER_COLUMN_INSTA_MATRIX dependencies on PAY_USER_COLUMN_INSTANCES_F

Line 12: ,user_column_value pay_user_column_instances_f.value%type

8: type user_column_key_rec
9: is record (
10: qualifier varchar2(30)
11: ,user_column_key varchar2(240)
12: ,user_column_value pay_user_column_instances_f.value%type
13: );
14:
15: type userkeys is table of user_column_key_rec index by binary_integer;
16:

Line 254: pay_user_column_instances_f and hrdpv_create_user_column_insta to

250: NAME
251: GET_MATRIX_ROW_VALUES
252: DESCRIPTION
253: Function to return all the values corresponding to a row from
254: pay_user_column_instances_f and hrdpv_create_user_column_insta to
255: display in matrix spreadsheet.
256: NOTES
257: This function is invoked at the time of download/upload of user
258: column instances through matrix spreadsheet.