DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_API_TRANSACTION_STEPS

Line 442: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,

438:
439: --PROCEDURE process_api_java (
440: /*
441: PROCEDURE PROCESS_API (
442: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,
443: p_validate IN boolean default false,
444: p_effective_date in varchar2 default null
445: );
446: */

Line 449: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,

445: );
446: */
447:
448: PROCEDURE PROCESS_API (
449: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,
450: p_effective_date in varchar2 default null,
451: p_validate IN boolean default false
452: );
453: