DBA Data[Home] [Help]

APPS.HRSTRDBI dependencies on PAY_USER_TABLES

Line 11145: insert into pay_user_tables (

11141: WHEN OTHERS then
11142: l_formula_id := null;
11143: END;
11144: --
11145: insert into pay_user_tables (
11146: USER_TABLE_ID
11147: , BUSINESS_GROUP_ID
11148: , LEGISLATION_CODE
11149: , RANGE_OR_MATCH

Line 11160: select pay_user_tables_s.nextval

11156: , LAST_UPDATE_LOGIN
11157: , CREATED_BY
11158: , CREATION_DATE
11159: )
11160: select pay_user_tables_s.nextval
11161: , NULL
11162: , NULL
11163: , 'M'
11164: , 'T'

Line 11200: from pay_user_tables udt

11196: ,1
11197: ,1
11198: ,1
11199: ,sysdate
11200: from pay_user_tables udt
11201: where udt.user_table_name = 'EXCHANGE_RATE_TYPES';
11202: --
11203: insert into pay_user_rows (
11204: USER_ROW_ID

Line 11232: from pay_user_tables udt

11228: ,1
11229: ,1
11230: ,1
11231: ,sysdate
11232: from pay_user_tables udt
11233: where udt.user_table_name = 'EXCHANGE_RATE_TYPES';
11234: --
11235: insert into pay_user_rows (
11236: USER_ROW_ID

Line 11264: from pay_user_tables udt

11260: ,1
11261: ,1
11262: ,1
11263: ,sysdate
11264: from pay_user_tables udt
11265: where udt.user_table_name = 'EXCHANGE_RATE_TYPES';
11266: --
11267: insert into pay_user_rows (
11268: USER_ROW_ID

Line 11296: from pay_user_tables udt

11292: ,1
11293: ,1
11294: ,1
11295: ,sysdate
11296: from pay_user_tables udt
11297: where udt.user_table_name = 'EXCHANGE_RATE_TYPES';
11298: --
11299: hr_utility.set_location ('hrstrdbi.insert_user_tables', 2);
11300: --