DBA Data[Home] [Help]

APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_UTILITY_PVT

Line 6211: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'

6207: fnd_log.string
6208: (
6209: fnd_log.level_procedure,
6210: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
6211: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'
6212: );
6213: END IF;
6214: --Get workflow status active or not
6215: Ahl_Utility_Pvt.Get_Wf_Process_Name

Line 6215: Ahl_Utility_Pvt.Get_Wf_Process_Name

6211: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'
6212: );
6213: END IF;
6214: --Get workflow status active or not
6215: Ahl_Utility_Pvt.Get_Wf_Process_Name
6216: (
6217: p_object =>l_object,
6218: x_active =>l_active,
6219: x_process_name =>l_process_name ,

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

6225: fnd_log.string
6226: (
6227: fnd_log.level_procedure,
6228: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||': End API',
6229: 'After calling Ahl_Utility_Pvt.Get_Wf_Process_Name, Return Status : '|| l_return_status
6230: );
6231: END IF;
6232: -- Check Error Message stack.
6233: IF (l_return_Status <> FND_API.G_RET_STS_SUCCESS) THEN