DBA Data[Home] [Help]

APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_UTILITY_PVT

Line 4658: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'

4654: fnd_log.string
4655: (
4656: fnd_log.level_procedure,
4657: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
4658: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'
4659: );
4660:
4661:
4662: END IF;

Line 4665: Ahl_Utility_Pvt.Get_Wf_Process_Name

4661:
4662: END IF;
4663:
4664: --Get workflow status active or not
4665: Ahl_Utility_Pvt.Get_Wf_Process_Name
4666: (
4667: p_object =>l_object,
4668: x_active =>l_active,
4669: x_process_name =>l_process_name ,

Line 4681: 'After calling Ahl_Utility_Pvt.Get_Wf_Process_Name, Return Status : '|| l_return_status

4677: fnd_log.string
4678: (
4679: fnd_log.level_procedure,
4680: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||': End API',
4681: 'After calling Ahl_Utility_Pvt.Get_Wf_Process_Name, Return Status : '|| l_return_status
4682: );
4683: END IF;
4684:
4685: -- Check Error Message stack.