DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_API_TRANSACTION_STEPS

Line 96: hr_api_transaction_steps.transaction_step_id%type,

92: */
93:
94: PROCEDURE process_api (
95: p_transaction_step_id IN
96: hr_api_transaction_steps.transaction_step_id%type,
97: p_validate BOOLEAN default FALSE,
98: p_effective_date IN VARCHAR2 default NULL) ;
99:
100: