DBA Data[Home] [Help]

APPS.PAY_USER_TABLE_DETAILS_PKG dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 101: hr_startup_data_api_support.enable_startup_mode('STARTUP');

97: END IF;
98:
99: IF (g_upload)
100: THEN
101: hr_startup_data_api_support.enable_startup_mode('STARTUP');
102: hr_startup_data_api_support.delete_owner_definitions;
103: hr_startup_data_api_support.create_owner_definition(g_product_code);
104: END IF;
105: END perform_validations;

Line 102: hr_startup_data_api_support.delete_owner_definitions;

98:
99: IF (g_upload)
100: THEN
101: hr_startup_data_api_support.enable_startup_mode('STARTUP');
102: hr_startup_data_api_support.delete_owner_definitions;
103: hr_startup_data_api_support.create_owner_definition(g_product_code);
104: END IF;
105: END perform_validations;
106:

Line 103: hr_startup_data_api_support.create_owner_definition(g_product_code);

99: IF (g_upload)
100: THEN
101: hr_startup_data_api_support.enable_startup_mode('STARTUP');
102: hr_startup_data_api_support.delete_owner_definitions;
103: hr_startup_data_api_support.create_owner_definition(g_product_code);
104: END IF;
105: END perform_validations;
106:
107: PROCEDURE user_table_upd_ins

Line 352: hr_startup_data_api_support.enable_startup_mode('DELIVERY');

348: l_effective_date := fnd_date.canonical_to_date(X_EFFECTIVE_START_DATE);
349: else l_datetrack_mode := hr_api.g_delete;
350: l_effective_date := fnd_date.canonical_to_date(X_EFFECTIVE_END_DATE);
351: end if;
352: hr_startup_data_api_support.enable_startup_mode('DELIVERY');
353: FOR c_rec IN c_get_col_instance_id(l_user_row_id)
354: LOOP
355: pay_user_column_instance_api.delete_user_column_instance
356: (p_validate => FALSE

Line 365: hr_startup_data_api_support.enable_startup_mode('STARTUP');

361: ,p_effective_start_date => l_start_date
362: ,p_effective_end_date => l_end_date
363: );
364: END LOOP;
365: hr_startup_data_api_support.enable_startup_mode('STARTUP');
366:
367: pay_user_row_api.delete_user_row
368: (p_validate => FALSE
369: ,p_effective_date => l_effective_date