DBA Data[Home] [Help]

APPS.AHL_UC_WF_APPR_PVT dependencies on AHL_UC_WF_APPR_PVT

Line 1: PACKAGE BODY AHL_UC_WF_APPR_PVT AS

1: PACKAGE BODY AHL_UC_WF_APPR_PVT AS
2: /* $Header: AHLVUWFB.pls 115.2 2003/10/20 19:37:26 sikumar noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AHL_UC_WF_APPR_PVT';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AHL_UC_WF_APPR_PVT';

1: PACKAGE BODY AHL_UC_WF_APPR_PVT AS
2: /* $Header: AHLVUWFB.pls 115.2 2003/10/20 19:37:26 sikumar noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AHL_UC_WF_APPR_PVT';
5:
6: -- To check if AHL DEBUG is turned ON
7: --G_DEBUG VARCHAR2(1) := FND_PROFILE.VALUE('AHL_API_FILE_DEBUG_ON');
8: G_DEBUG VARCHAR2(1) := AHL_DEBUG_PUB.is_log_enabled;

Line 1415: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_count...... ' || l_msg_count);

1411: x_error_msg => l_error_msg
1412: );
1413:
1414: IF G_DEBUG='Y' THEN
1415: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_count...... ' || l_msg_count);
1416: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_error_msg...... ' || l_error_msg);
1417: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_data...... ' || l_msg_data);
1418: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status --> Before call to complete_uc_approval ');
1419: END IF;

Line 1416: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_error_msg...... ' || l_error_msg);

1412: );
1413:
1414: IF G_DEBUG='Y' THEN
1415: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_count...... ' || l_msg_count);
1416: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_error_msg...... ' || l_error_msg);
1417: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_data...... ' || l_msg_data);
1418: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status --> Before call to complete_uc_approval ');
1419: END IF;
1420:

Line 1417: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_data...... ' || l_msg_data);

1413:
1414: IF G_DEBUG='Y' THEN
1415: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_count...... ' || l_msg_count);
1416: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_error_msg...... ' || l_error_msg);
1417: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_data...... ' || l_msg_data);
1418: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status --> Before call to complete_uc_approval ');
1419: END IF;
1420:
1421: --CALL AHL_UC_APPROVALS_PVT.complete_uc_approvals

Line 1418: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status --> Before call to complete_uc_approval ');

1414: IF G_DEBUG='Y' THEN
1415: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_count...... ' || l_msg_count);
1416: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_error_msg...... ' || l_error_msg);
1417: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -->l_msg_data...... ' || l_msg_data);
1418: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status --> Before call to complete_uc_approval ');
1419: END IF;
1420:
1421: --CALL AHL_UC_APPROVALS_PVT.complete_uc_approvals
1422: AHL_UC_APPROVALS_PVT.complete_uc_approval(

Line 1441: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -- Completed call to complete_uc_approval ');

1437: AHL_DEBUG_PUB.debug('SQLERRM' || SQLERRM );
1438: AHL_DEBUG_PUB.debug('l_return_status' || l_return_status);
1439: AHL_DEBUG_PUB.debug('l_msg_count' || l_msg_count);
1440: AHL_DEBUG_PUB.debug('l_msg_data' || l_msg_data);
1441: AHL_DEBUG_PUB.debug('UC:AHL_UC_WF_APPR_PVT.update_status -- Completed call to complete_uc_approval ');
1442: END IF;
1443:
1444: IF G_DEBUG='Y' THEN
1445: AHL_DEBUG_PUB.debug( 'UC:End Update Status API, l_object_id =' || l_object_id );

Line 1714: END AHL_UC_WF_APPR_PVT;

1710: RAISE;
1711:
1712: END REVERT_STATUS;
1713:
1714: END AHL_UC_WF_APPR_PVT;