DBA Data[Home] [Help]

APPS.PQH_GSP_POST_PROCESS dependencies on PQH_PROCESS_BATCH_LOG

Line 299: If pqh_process_batch_log.g_module_cd is NULL then

295: Return;
296: End if;
297: End If;
298:
299: If pqh_process_batch_log.g_module_cd is NULL then
300: Pqh_Gsp_process_Log.Start_log
301: (P_Txn_ID => P_Assignment_Id
302: ,P_Txn_Name => l_Last_Name
303: ,P_Module_Cd => 'PQH_GSP_ASSIGN_ENTL');

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

313: if g_debug then
314: hr_utility.set_location(' leaving Asgt Call ', 20);
315: End If;
316: Close Strtd_Le_Exits;
317: If pqh_process_batch_log.g_module_cd = 'PQH_GSP_ASSIGN_ENTL' Then
318: fnd_message.set_name('PQH','PQH_GSP_LE_STRT');
319: fnd_message.raise_error;
320: Else
321: Return;

Line 380: PQH_PROCESS_BATCH_LOG.END_LOG;

376: ,p_message_type_cd => 'C'
377: ,p_message_text => NULL
378: ,P_Effective_Date => P_Effective_Date);
379:
380: PQH_PROCESS_BATCH_LOG.END_LOG;
381:
382: End If;
383:
384: P_Warning_Mesg := NULL;

Line 400: PQH_PROCESS_BATCH_LOG.END_LOG;

396: ,p_message_type_cd => 'E'
397: ,p_message_text => Nvl(fnd_Message.Get,sqlerrm)
398: ,P_Effective_Date => P_Effective_Date);
399:
400: PQH_PROCESS_BATCH_LOG.END_LOG;
401:
402: Else
403:
404: Pqh_Process_Batch_Log.Set_Context_Level

Line 404: Pqh_Process_Batch_Log.Set_Context_Level

400: PQH_PROCESS_BATCH_LOG.END_LOG;
401:
402: Else
403:
404: Pqh_Process_Batch_Log.Set_Context_Level
405: (P_Txn_id => P_assignment_Id
406: ,P_txn_Table_Route_Id => NULL
407: ,P_Level => 2
408: ,P_Log_Context => l_person_Name);

Line 410: Pqh_Process_Batch_log.Insert_log

406: ,P_txn_Table_Route_Id => NULL
407: ,P_Level => 2
408: ,P_Log_Context => l_person_Name);
409:
410: Pqh_Process_Batch_log.Insert_log
411: (P_Message_Type_Cd => Hr_general.Decode_Lookup('PQH_GSP_GEN_PROMPTS','ERR')
412: ,P_Message_text => Nvl(fnd_message.get,Sqlerrm));
413:
414: End if;

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

450:
451: Begin
452:
453: g_debug := hr_utility.debug_enabled;
454: pqh_process_batch_log.g_module_cd := 'PQH_GSP_BENMNGLE';
455:
456: if P_Elig_per_Elctbl_Chc_Id = NULL then
457: fnd_message.set_name('PQH','PQH_GSP_DFLT_SLCT_ERR');
458: fnd_message.raise_error;

Line 509: pqh_process_batch_log.g_module_cd := NULL;

505: if g_debug then
506: hr_utility.set_location(' Completed PIL Update ', 20);
507: End if;
508:
509: pqh_process_batch_log.g_module_cd := NULL;
510: Exception
511: When Others then
512: Rollback to Benmngle_Call;
513: pqh_process_batch_log.g_module_cd := NULL;

Line 513: pqh_process_batch_log.g_module_cd := NULL;

509: pqh_process_batch_log.g_module_cd := NULL;
510: Exception
511: When Others then
512: Rollback to Benmngle_Call;
513: pqh_process_batch_log.g_module_cd := NULL;
514:
515: l_Assignment_Id := pqh_gsp_default.get_asg_for_pil(L_PER_IN_LER_ID, P_Effective_Date);
516:
517: Pqh_Gsp_process_Log.Log_process_Dtls

Line 742: PQH_PROCESS_BATCH_LOG.END_LOG;

738: ,message=>SQLERRM);
739: hr_utility.set_location('Some Error:'|| SQLERRM,120);
740: End If;
741: hr_utility.set_location(' Leaving ', 10);
742: PQH_PROCESS_BATCH_LOG.END_LOG;
743: Commit;
744: End Call_PP_For_Batch_Enrl;
745:
746:

Line 2840: PQH_PROCESS_BATCH_LOG.END_LOG;

2836: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'
2837: ,message=>SQLERRM);
2838: End If;
2839:
2840: PQH_PROCESS_BATCH_LOG.END_LOG;
2841:
2842: Commit;
2843:
2844: End Call_PP_From_AUI;