DBA Data[Home] [Help]

APPS.PQH_SS_HISTORY dependencies on HR_TRANS_HISTORY_API

Line 571: hr_trans_history_api.archive_submit(p_transactionId,

567: BEGIN
568: -- new code to support the archive api's
569: if(p_transactionId is not null and p_itemKey is not null) then
570: if(p_action='SUBMIT') then
571: hr_trans_history_api.archive_submit(p_transactionId,
572: null,
573: p_username,
574: wf_engine.getitemattrtext(p_ItemType,
575: p_itemKey,

Line 579: hr_trans_history_api.archive_resubmit(p_transactionId,

575: p_itemKey,
576: 'APPROVAL_COMMENT_COPY'));
577:
578: elsif(p_action='RESUBMIT') then
579: hr_trans_history_api.archive_resubmit(p_transactionId,
580: null,
581: p_username,
582: wf_engine.getitemattrtext(p_ItemType,
583: p_itemKey,

Line 586: hr_trans_history_api.archive_approve(p_transactionId,

582: wf_engine.getitemattrtext(p_ItemType,
583: p_itemKey,
584: 'APPROVAL_COMMENT_COPY'));
585: elsif(p_action='APPROVED') then
586: hr_trans_history_api.archive_approve(p_transactionId,
587: null,
588: p_username,
589: wf_engine.getitemattrtext(p_ItemType,
590: p_itemKey,

Line 593: hr_trans_history_api.archive_reject(p_transactionId,

589: wf_engine.getitemattrtext(p_ItemType,
590: p_itemKey,
591: 'WF_NOTE'));
592: elsif(p_action='REJECTED') then
593: hr_trans_history_api.archive_reject(p_transactionId,
594: null,
595: p_username,
596: wf_engine.getitemattrtext(p_ItemType,
597: p_itemKey,

Line 600: hr_trans_history_api.archive_delete(p_transactionId,

596: wf_engine.getitemattrtext(p_ItemType,
597: p_itemKey,
598: 'WF_NOTE'));
599: elsif(p_action='DELETED') then
600: hr_trans_history_api.archive_delete(p_transactionId,
601: null,
602: p_username,
603: wf_engine.getitemattrtext(p_ItemType,
604: p_itemKey,

Line 607: hr_trans_history_api.archive_rfc(p_transactionId,

603: wf_engine.getitemattrtext(p_ItemType,
604: p_itemKey,
605: 'WF_NOTE'));
606: elsif(p_action='RFC') then
607: hr_trans_history_api.archive_rfc(p_transactionId,
608: null,
609: p_username,
610: wf_engine.getitemattrtext(p_ItemType,
611: p_itemKey,