DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on HR_APPRAISAL_WORKFLOW_SS

Line 661: hr_appraisal_workflow_ss.set_appraisal_rfc_status(p_itemtype=>itemType

657: from hr_api_transactions
658: where transaction_id=ln_transaction_id;
659:
660: if(upper(l_transaction_ref_table)='PER_APPRAISALS') then
661: hr_appraisal_workflow_ss.set_appraisal_rfc_status(p_itemtype=>itemType
662: ,p_itemkey=>itemKey
663: ,p_actid=>actid
664: ,p_funcmode=>funmode
665: ,p_result=> l_result);

Line 1092: hr_appraisal_workflow_ss.set_appraisal_reject_status(itemtype,itemkey, actid ,

1088: where hr_api_transactions.transaction_id=(get_transaction_id(itemtype,itemkey));
1089: /* BUG FIX 3112230
1090: if(lv_transaction_ref_table='PER_APPRAISALS') then
1091: -- call the custom call to update the status
1092: hr_appraisal_workflow_ss.set_appraisal_reject_status(itemtype,itemkey, actid ,
1093: funmode,result );
1094: end if;
1095: */
1096: exception