DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on PQH_SS_WORKFLOW

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

2130:
2131: PQH_SS_HISTORY.transfer_approval_to_history(p_item_type,p_item_key,p_act_id,funmode,result);
2132: -- reset the status to pending approval
2133: if g_debug then
2134: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_approve_status ',5);
2135: hr_utility.set_location('p_item_type:'|| p_item_type,6);
2136: hr_utility.set_location('p_item_key:'|| p_item_key,7);
2137: end if;
2138:

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

2135: hr_utility.set_location('p_item_type:'|| p_item_type,6);
2136: hr_utility.set_location('p_item_key:'|| p_item_key,7);
2137: end if;
2138:
2139: PQH_SS_WORKFLOW.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);
2140:
2141: end if;
2142:
2143: if (g_debug ) then

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

2378: result := 'COMPLETE:'||'SUCCESS';
2379: else
2380: null;
2381: end if;
2382: pqh_ss_workflow.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);
2383: /*
2384: -- transfer the approval action to history
2385: -- call PQH_SS_HISTORY.transfer_approval_to_history
2386: updateApprovalHistory( p_item_type=>p_item_type,

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

2760: result := wf_engine.eng_trans_default;
2761: else
2762: result := wf_engine.eng_trans_default;
2763: end if;
2764: pqh_ss_workflow.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);
2765: end if;
2766:
2767: if (g_debug ) then
2768: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 10);

Line 2963: -- PQH_SS_WORKFLOW.set_image_source

2959:
2960: HR_DYNAMIC_APPROVAL_WEB.INITIALIZE_ITEM_ATTRIBUTES(p_item_type,p_item_key,null,wf_engine.eng_run,lv_result);
2961: HR_APPROVAL_WF.INITIALIZE_ITEM_ATTRIBUTES(p_item_type,p_item_key,p_act_id,funmode,result);
2962:
2963: -- PQH_SS_WORKFLOW.set_image_source
2964: if g_debug then
2965: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_image_source', 8);
2966: hr_utility.set_location('p_item_type:'|| p_item_type, 9);
2967: hr_utility.set_location('p_item_key:'|| p_item_key, 10);

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

2961: HR_APPROVAL_WF.INITIALIZE_ITEM_ATTRIBUTES(p_item_type,p_item_key,p_act_id,funmode,result);
2962:
2963: -- PQH_SS_WORKFLOW.set_image_source
2964: if g_debug then
2965: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_image_source', 8);
2966: hr_utility.set_location('p_item_type:'|| p_item_type, 9);
2967: hr_utility.set_location('p_item_key:'|| p_item_key, 10);
2968: end if;
2969:

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

2966: hr_utility.set_location('p_item_type:'|| p_item_type, 9);
2967: hr_utility.set_location('p_item_key:'|| p_item_key, 10);
2968: end if;
2969:
2970: PQH_SS_WORKFLOW.set_image_source(p_item_type,p_item_key,p_act_id,funmode,result);
2971: result := 'COMPLETE:'||'Y';
2972: end if;
2973:
2974: else

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

3770: );
3771:
3772: /* Bug 2940951: No need to reset current approver index and last default approver in case
3773: * new approval process is used and the non-AME approval is used
3774: * as the two attributes are set when pqh_ss_workflow.return_for_correction is invoked.
3775: * CAUTION: IF this procedure is invoked from somewhere else (apart from RFC) then this needs
3776: * to be checked for that condition too.
3777: */
3778:

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

3857: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
3858: end if;
3859: if ( funmode = wf_engine.eng_run ) then
3860:
3861: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);
3862: -- fix for bug 4454439
3863: begin
3864: -- re-intialize the performer roles
3865: hr_approval_ss.reinitperformerroles(p_notification_id=>null

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

3898: end if;
3899:
3900: -- call PQH_SS_HISTORY.transfer_approval_to_history
3901: if g_debug then
3902: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_rfc_status',3);
3903: hr_utility.set_location('p_item_type:'|| p_item_type,4);
3904: hr_utility.set_location('p_item_key:'|| p_item_key,5);
3905: end if;
3906:

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

3903: hr_utility.set_location('p_item_type:'|| p_item_type,4);
3904: hr_utility.set_location('p_item_key:'|| p_item_key,5);
3905: end if;
3906:
3907: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);
3908:
3909: if g_debug then
3910: hr_utility.set_location('calling reset_approval_rfc_data',6);
3911: hr_utility.set_location('p_item_type:'|| p_item_type,7);