DBA Data[Home] [Help]

APPS.PQH_GSP_POST_PROCESS dependencies on PQH_PROCESS_BATCH_LOG

Line 258: If pqh_process_batch_log.g_module_cd is NULL then

254: Return;
255: End if;
256: End If;
257:
258: If pqh_process_batch_log.g_module_cd is NULL then
259: Pqh_Gsp_process_Log.Start_log
260: (P_Txn_ID => P_Assignment_Id
261: ,P_Txn_Name => l_Last_Name
262: ,P_Module_Cd => 'PQH_GSP_ASSIGN_ENTL');

Line 276: If pqh_process_batch_log.g_module_cd = 'PQH_GSP_ASSIGN_ENTL' Then

272: if g_debug then
273: hr_utility.set_location(' leaving Asgt Call ', 20);
274: End If;
275: Close Strtd_Le_Exits;
276: If pqh_process_batch_log.g_module_cd = 'PQH_GSP_ASSIGN_ENTL' Then
277: fnd_message.set_name('PQH','PQH_GSP_LE_STRT');
278: fnd_message.raise_error;
279: Else
280: Return;

Line 339: PQH_PROCESS_BATCH_LOG.END_LOG;

335: ,p_message_type_cd => 'C'
336: ,p_message_text => NULL
337: ,P_Effective_Date => P_Effective_Date);
338:
339: PQH_PROCESS_BATCH_LOG.END_LOG;
340:
341: End If;
342:
343: P_Warning_Mesg := NULL;

Line 359: PQH_PROCESS_BATCH_LOG.END_LOG;

355: ,p_message_type_cd => 'E'
356: ,p_message_text => Nvl(fnd_Message.Get,sqlerrm)
357: ,P_Effective_Date => P_Effective_Date);
358:
359: PQH_PROCESS_BATCH_LOG.END_LOG;
360:
361: Else
362:
363: Pqh_Process_Batch_Log.Set_Context_Level

Line 363: Pqh_Process_Batch_Log.Set_Context_Level

359: PQH_PROCESS_BATCH_LOG.END_LOG;
360:
361: Else
362:
363: Pqh_Process_Batch_Log.Set_Context_Level
364: (P_Txn_id => P_assignment_Id
365: ,P_txn_Table_Route_Id => NULL
366: ,P_Level => 2
367: ,P_Log_Context => l_person_Name);

Line 369: Pqh_Process_Batch_log.Insert_log

365: ,P_txn_Table_Route_Id => NULL
366: ,P_Level => 2
367: ,P_Log_Context => l_person_Name);
368:
369: Pqh_Process_Batch_log.Insert_log
370: (P_Message_Type_Cd => Hr_general.Decode_Lookup('PQH_GSP_GEN_PROMPTS','ERR')
371: ,P_Message_text => Nvl(fnd_message.get,Sqlerrm));
372:
373: End if;

Line 413: pqh_process_batch_log.g_module_cd := 'PQH_GSP_BENMNGLE';

409:
410: Begin
411:
412: g_debug := hr_utility.debug_enabled;
413: pqh_process_batch_log.g_module_cd := 'PQH_GSP_BENMNGLE';
414:
415: if P_Elig_per_Elctbl_Chc_Id = NULL then
416: fnd_message.set_name('PQH','PQH_GSP_DFLT_SLCT_ERR');
417: fnd_message.raise_error;

Line 468: pqh_process_batch_log.g_module_cd := NULL;

464: if g_debug then
465: hr_utility.set_location(' Completed PIL Update ', 20);
466: End if;
467:
468: pqh_process_batch_log.g_module_cd := NULL;
469: Exception
470: When Others then
471: Rollback to Benmngle_Call;
472: pqh_process_batch_log.g_module_cd := NULL;

Line 472: pqh_process_batch_log.g_module_cd := NULL;

468: pqh_process_batch_log.g_module_cd := NULL;
469: Exception
470: When Others then
471: Rollback to Benmngle_Call;
472: pqh_process_batch_log.g_module_cd := NULL;
473:
474: l_Assignment_Id := pqh_gsp_default.get_asg_for_pil(L_PER_IN_LER_ID, P_Effective_Date);
475:
476: Pqh_Gsp_process_Log.Log_process_Dtls

Line 701: PQH_PROCESS_BATCH_LOG.END_LOG;

697: ,message=>SQLERRM);
698: hr_utility.set_location('Some Error:'|| SQLERRM,120);
699: End If;
700: hr_utility.set_location(' Leaving ', 10);
701: PQH_PROCESS_BATCH_LOG.END_LOG;
702: Commit;
703: End Call_PP_For_Batch_Enrl;
704:
705:

Line 2680: PQH_PROCESS_BATCH_LOG.END_LOG;

2676: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'
2677: ,message=>SQLERRM);
2678: End If;
2679:
2680: PQH_PROCESS_BATCH_LOG.END_LOG;
2681:
2682: Commit;
2683:
2684: End Call_PP_From_AUI;