DBA Data[Home] [Help]

APPS.HR_CAED_SS dependencies on HR_API_TRANSACTION_STEPS

Line 229: from hr_api_transaction_steps hats

225:
226:
227: cursor c_txn_steps is
228: select hats.transaction_step_id
229: from hr_api_transaction_steps hats
230: where hats.item_type = p_item_type
231: and hats.transaction_id = p_transaction_id
232: and hats.item_key = p_item_key ;
233:

Line 422: hr_api_transaction_steps.transaction_step_id%type,

418: -- Process_api is invoked after final approval in Workflow.
419: --****************************************************************************
420: Procedure process_api (
421: p_transaction_step_id IN
422: hr_api_transaction_steps.transaction_step_id%type,
423: p_validate BOOLEAN default FALSE ) IS
424:
425: l_proc varchar2(200) := g_package || 'process_api';
426: lv_action_type VARCHAR2(30) ;