DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on PQH_SS_WORKFLOW

Line 442: * as the two attributes are set when pqh_ss_workflow.return_for_correction is invoked.

438: end if;
439:
440: /* Bug 2940951: No need to reset current approver index and last default approver in case
441: * new approval process is used and the non-AME approval is used
442: * as the two attributes are set when pqh_ss_workflow.return_for_correction is invoked.
443: * CAUTION: IF this procedure is invoked from somewhere else (apart from RFC) then this needs
444: * to be checked for that condition too.
445: */
446: Begin

Line 695: pqh_ss_workflow.set_transaction_status (

691: p_status => 'C',
692: p_transaction_id => ln_transaction_id);
693: */
694: --ns call this procedure
695: pqh_ss_workflow.set_transaction_status (
696: p_itemType => itemType
697: ,p_itemKey => itemKey
698: ,p_action => 'RFC'
699: ,p_result => l_result );