DBA Data[Home] [Help]

APPS.PQH_GSP_POST_PROCESS dependencies on FND_GLOBAL

Line 602: L_Concurrent_Req_Id := fnd_global.conc_request_id;

598: hr_utility.set_location(' Entering ', 10);
599: hr_utility.set_location(' L_Effective_Date'||L_Effective_Date, 20);
600:
601:
602: L_Concurrent_Req_Id := fnd_global.conc_request_id;
603:
604: Pqh_Gsp_process_Log.Start_log
605: (P_Txn_ID => l_Concurrent_Req_Id
606: ,P_Txn_Name => Hr_general.Decode_Lookup('PQH_GSP_GEN_PROMPTS','BENRL') || l_Concurrent_Req_Id

Line 2719: L_Concurrent_Req_Id := fnd_global.conc_request_id;

2715:
2716: Begin
2717: L_Effective_Date := Fnd_Date.CANONICAL_TO_DATE(P_Effective_Date);
2718: /* Initialise the Main Process Log */
2719: L_Concurrent_Req_Id := fnd_global.conc_request_id;
2720:
2721: Pqh_Gsp_process_Log.Start_log
2722: (P_Txn_ID => L_Concurrent_Req_Id
2723: ,P_Txn_Name => Hr_general.Decode_lookup('PQH_GSP_GEN_PROMPTS','AUI') || L_Concurrent_Req_Id