DBA Data[Home] [Help]

APPS.AHL_MM_MTL_MGT_PVT dependencies on AHL_UTILITY_PVT

Line 1515: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'

1511: fnd_log.string
1512: (
1513: fnd_log.level_procedure,
1514: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
1515: 'Before calling Ahl_Utility_Pvt.Get_Wf_Process_Name'
1516: );
1517: END IF;
1518: l_return_status := null;
1519: l_item_type := null;

Line 1522: AHL_UTILITY_PVT.Get_WF_Process_Name(

1518: l_return_status := null;
1519: l_item_type := null;
1520: l_process_name := null;
1521: --Get workflow status active or not
1522: AHL_UTILITY_PVT.Get_WF_Process_Name(
1523: p_object => 'AOG',
1524: x_active => l_active_flag,
1525: x_process_name => l_process_name ,
1526: x_item_type => l_item_type,

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

1531: fnd_log.string
1532: (
1533: fnd_log.level_procedure,
1534: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||': End API',
1535: 'After calling Ahl_Utility_Pvt.Get_Wf_Process_Name, Return Status : '|| l_return_status
1536: );
1537: END IF;
1538: -- if returned with error, don't proceed any further
1539: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN