DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on PQH_SS_WORKFLOW

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

375: end if;
376:
377: /* Bug 2940951: No need to reset current approver index and last default approver in case
378: * new approval process is used and the non-AME approval is used
379: * as the two attributes are set when pqh_ss_workflow.return_for_correction is invoked.
380: * CAUTION: IF this procedure is invoked from somewhere else (apart from RFC) then this needs
381: * to be checked for that condition too.
382: */
383: Begin

Line 632: pqh_ss_workflow.set_transaction_status (

628: p_status => 'C',
629: p_transaction_id => ln_transaction_id);
630: */
631: --ns call this procedure
632: pqh_ss_workflow.set_transaction_status (
633: p_itemType => itemType
634: ,p_itemKey => itemKey
635: ,p_action => 'RFC'
636: ,p_result => l_result );