DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_API_TRANSACTION_STEPS

Line 434: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,

430:
431: --PROCEDURE process_api_java (
432: /*
433: PROCEDURE PROCESS_API (
434: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,
435: p_validate IN boolean default false,
436: p_effective_date in varchar2 default null
437: );
438: */

Line 441: p_transaction_step_id IN hr_api_transaction_steps.transaction_step_id%type,

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