DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on PQH_SS_WORKFLOW

Line 1600: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_approve_status ',5);

1596:
1597: PQH_SS_HISTORY.transfer_approval_to_history(p_item_type,p_item_key,p_act_id,funmode,result);
1598: -- reset the status to pending approval
1599: if g_debug then
1600: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_approve_status ',5);
1601: hr_utility.set_location('p_item_type:'|| p_item_type,6);
1602: hr_utility.set_location('p_item_key:'|| p_item_key,7);
1603: end if;
1604:

Line 1605: PQH_SS_WORKFLOW.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);

1601: hr_utility.set_location('p_item_type:'|| p_item_type,6);
1602: hr_utility.set_location('p_item_key:'|| p_item_key,7);
1603: end if;
1604:
1605: PQH_SS_WORKFLOW.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);
1606:
1607: end if;
1608:
1609: if (g_debug ) then

Line 1740: pqh_ss_workflow.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);

1736: result := wf_engine.eng_trans_default;
1737: else
1738: null;
1739: end if;
1740: pqh_ss_workflow.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);
1741: /*
1742: -- transfer the approval action to history
1743: -- call PQH_SS_HISTORY.transfer_approval_to_history
1744: updateApprovalHistory( p_item_type=>p_item_type,

Line 2170: -- PQH_SS_WORKFLOW.set_image_source

2166:
2167: HR_DYNAMIC_APPROVAL_WEB.INITIALIZE_ITEM_ATTRIBUTES(p_item_type,p_item_key,null,wf_engine.eng_run,lv_result);
2168: HR_APPROVAL_WF.INITIALIZE_ITEM_ATTRIBUTES(p_item_type,p_item_key,p_act_id,funmode,result);
2169:
2170: -- PQH_SS_WORKFLOW.set_image_source
2171: if g_debug then
2172: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_image_source', 8);
2173: hr_utility.set_location('p_item_type:'|| p_item_type, 9);
2174: hr_utility.set_location('p_item_key:'|| p_item_key, 10);

Line 2172: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_image_source', 8);

2168: HR_APPROVAL_WF.INITIALIZE_ITEM_ATTRIBUTES(p_item_type,p_item_key,p_act_id,funmode,result);
2169:
2170: -- PQH_SS_WORKFLOW.set_image_source
2171: if g_debug then
2172: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_image_source', 8);
2173: hr_utility.set_location('p_item_type:'|| p_item_type, 9);
2174: hr_utility.set_location('p_item_key:'|| p_item_key, 10);
2175: end if;
2176:

Line 2177: PQH_SS_WORKFLOW.set_image_source(p_item_type,p_item_key,p_act_id,funmode,result);

2173: hr_utility.set_location('p_item_type:'|| p_item_type, 9);
2174: hr_utility.set_location('p_item_key:'|| p_item_key, 10);
2175: end if;
2176:
2177: PQH_SS_WORKFLOW.set_image_source(p_item_type,p_item_key,p_act_id,funmode,result);
2178: result := 'COMPLETE:'||'Y';
2179: end if;
2180:
2181: else

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

2770: );
2771:
2772: /* Bug 2940951: No need to reset current approver index and last default approver in case
2773: * new approval process is used and the non-AME approval is used
2774: * as the two attributes are set when pqh_ss_workflow.return_for_correction is invoked.
2775: * CAUTION: IF this procedure is invoked from somewhere else (apart from RFC) then this needs
2776: * to be checked for that condition too.
2777: */
2778:

Line 2859: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);

2855: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
2856: end if;
2857: if ( funmode = wf_engine.eng_run ) then
2858:
2859: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);
2860: -- fix for bug 4454439
2861: begin
2862: -- re-intialize the performer roles
2863: hr_approval_ss.reinitperformerroles(p_notification_id=>null

Line 2892: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_rfc_status',3);

2888: end if;
2889:
2890: -- call PQH_SS_HISTORY.transfer_approval_to_history
2891: if g_debug then
2892: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_rfc_status',3);
2893: hr_utility.set_location('p_item_type:'|| p_item_type,4);
2894: hr_utility.set_location('p_item_key:'|| p_item_key,5);
2895: end if;
2896:

Line 2897: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);

2893: hr_utility.set_location('p_item_type:'|| p_item_type,4);
2894: hr_utility.set_location('p_item_key:'|| p_item_key,5);
2895: end if;
2896:
2897: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);
2898:
2899: if g_debug then
2900: hr_utility.set_location('calling reset_approval_rfc_data',6);
2901: hr_utility.set_location('p_item_type:'|| p_item_type,7);