DBA Data[Home] [Help]

APPS.HXC_US_TIME_DEFINITIONS_HOOK dependencies on PAY_TIME_DEFINITION_API

Line 164: pay_time_definition_api.create_time_definition

160: OPEN c_check_recurring_id FOR c_check_recurring_id_sql;
161: FETCH c_check_recurring_id INTO lv_td_exist;
162:
163: IF c_check_recurring_id%NOTFOUND THEN
164: pay_time_definition_api.create_time_definition
165: (p_effective_date => SYSDATE,
166: p_short_name => lv_name,
167: p_definition_name => lv_name,
168: p_period_type => lv_period_type,

Line 254: pay_time_definition_api.update_time_definition

250: IF (c_check_recurring_id%NOTFOUND OR
251: ln_time_definition_id IS NULL) THEN
252: NULL;
253: ELSE
254: pay_time_definition_api.update_time_definition
255: /*This table is not date_tracked as of now*/
256: (p_validate => FALSE
257: ,p_effective_date => ld_start_date
258: ,p_time_definition_id => ln_time_definition_id

Line 520: Business Process User Hook of PAY_TIME_DEFINITION_API.

516: /***************************************************************************
517: Name : UPDATE_USER_HOOK_TIMEDEF
518: Scope : GLOBAL
519: Description : This procedure is called by Before Process
520: Business Process User Hook of PAY_TIME_DEFINITION_API.
521: ******************************************************************************/
522: PROCEDURE update_user_hook_timedef (
523: p_time_definition_id IN NUMBER
524: ,p_definition_name IN VARCHAR2