DBA Data[Home] [Help]

APPS.AHL_AVF_OPER_VSTS_PVT dependencies on AHL_UTILITY_PVT

Line 5264: AHL_UTILITY_PVT.Get_WF_Process_Name(

5260: RETURN;
5261: END IF;
5262:
5263: -- get the details of the Workflow process mapped to the object G_WF_CANC_OBJ
5264: AHL_UTILITY_PVT.Get_WF_Process_Name(
5265: p_object => G_WF_CANC_OBJ,
5266: x_active => l_active_flag,
5267: x_process_name => l_process_name ,
5268: x_item_type => l_item_type,

Line 5274: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||

5270: x_msg_data => l_msg_data,
5271: x_return_status => x_return_status);
5272:
5273: IF (l_log_statement >= l_log_current_level) THEN
5274: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||
5275: ' l_active_flag > '||l_active_flag||
5276: ', l_process_name > '||l_process_name||
5277: ', l_item_type > '||l_item_type||
5278: ', x_return_status > '||x_return_status);

Line 5420: AHL_UTILITY_PVT.Get_WF_Process_Name(

5416: RETURN;
5417: END IF;
5418:
5419: -- get the details of the Workflow process mapped to the object G_WF_VSCE_OBJ
5420: AHL_UTILITY_PVT.Get_WF_Process_Name(
5421: p_object => G_WF_VSCE_OBJ,
5422: x_active => l_active_flag,
5423: x_process_name => l_process_name ,
5424: x_item_type => l_item_type,

Line 5430: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||

5426: x_msg_data => l_msg_data,
5427: x_return_status => x_return_status);
5428:
5429: IF (l_log_statement >= l_log_current_level) THEN
5430: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||
5431: ' l_active_flag > '||l_active_flag||
5432: ', l_process_name > '||l_process_name||
5433: ', l_item_type > '||l_item_type||
5434: ', x_return_status > '||x_return_status);

Line 5575: AHL_UTILITY_PVT.Get_WF_Process_Name(

5571: RETURN;
5572: END IF;
5573:
5574: -- get the details of the Workflow process mapped to the object G_WF_DISC_OBJ
5575: AHL_UTILITY_PVT.Get_WF_Process_Name(
5576: p_object => G_WF_DISC_OBJ,
5577: x_active => l_active_flag,
5578: x_process_name => l_process_name ,
5579: x_item_type => l_item_type,

Line 5585: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||

5581: x_msg_data => l_msg_data,
5582: x_return_status => x_return_status);
5583:
5584: IF (l_log_statement >= l_log_current_level) THEN
5585: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||
5586: ' l_active_flag > '||l_active_flag||
5587: ', l_process_name > '||l_process_name||
5588: ', l_item_type > '||l_item_type||
5589: ', x_return_status > '||x_return_status);

Line 5730: AHL_UTILITY_PVT.Get_WF_Process_Name(

5726: RETURN;
5727: END IF;
5728:
5729: -- get the details of the Workflow process mapped to the object G_WF_VDUR_OBJ
5730: AHL_UTILITY_PVT.Get_WF_Process_Name(
5731: p_object => G_WF_VDUR_OBJ,
5732: x_active => l_active_flag,
5733: x_process_name => l_process_name ,
5734: x_item_type => l_item_type,

Line 5740: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||

5736: x_msg_data => l_msg_data,
5737: x_return_status => x_return_status);
5738:
5739: IF (l_log_statement >= l_log_current_level) THEN
5740: FND_LOG.string(l_log_statement, l_full_name, 'the returned values from AHL_UTILITY_PVT.Get_WF_Process_Name : '||
5741: ' l_active_flag > '||l_active_flag||
5742: ', l_process_name > '||l_process_name||
5743: ', l_item_type > '||l_item_type||
5744: ', x_return_status > '||x_return_status);