DBA Data[Home] [Help]

APPS.AHL_OPERATIONS_APPROVAL_PVT dependencies on AHL_OPERATIONS_APPROVAL_PVT

Line 1: PACKAGE BODY AHL_OPERATIONS_APPROVAL_PVT AS

1: PACKAGE BODY AHL_OPERATIONS_APPROVAL_PVT AS
2: /* $Header: AHLVOWKB.pls 120.1 2005/09/29 04:26:44 tamdas noship $ */
3:
4: G_DEBUG VARCHAR2(1) := AHL_DEBUG_PUB.is_log_enabled;
5:

Line 229: 'AHL_OPERATIONS_APPROVAL_PVT'

225: resultout := 'COMPLETE:ERROR';
226:
227: WHEN OTHERS THEN
228: wf_core.context(
229: 'AHL_OPERATIONS_APPROVAL_PVT'
230: ,'Set_Activity_Details'
231: ,itemtype
232: ,itemkey
233: ,actid

Line 350: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','ntf_forward_fyi',

346: p_msg_data => l_msg_data ,
347: p_attr_name => 'ERROR_MSG',
348: x_error_msg => l_error_msg
349: ) ;
350: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','ntf_forward_fyi',
351: l_item_type,l_item_key,l_error_msg);
352: RAISE;
353: WHEN OTHERS THEN
354: wf_core.context( 'AHLGAPP'

Line 470: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Approved_FYI',

466: p_msg_data => l_msg_data ,
467: p_attr_name => 'ERROR_MSG',
468: x_error_msg => l_error_msg
469: ) ;
470: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Approved_FYI',
471: l_item_type,l_item_key,l_error_msg);
472: RAISE;
473: WHEN OTHERS THEN
474: wf_core.context( 'AHLGAPP'

Line 575: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Final_Approval_FYI',

571: p_msg_data => l_msg_data ,
572: p_attr_name => 'ERROR_MSG',
573: x_error_msg => l_error_msg
574: ) ;
575: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Final_Approval_FYI',
576: l_item_type,l_item_key,l_error_msg);
577: RAISE;
578: WHEN OTHERS THEN
579: wf_core.context( 'AHLGAPP'

Line 692: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Rejected_FYI',

688: p_msg_data => l_msg_data ,
689: p_attr_name => 'ERROR_MSG',
690: x_error_msg => l_error_msg
691: ) ;
692: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Rejected_FYI',
693: l_item_type,l_item_key,l_error_msg);
694: RAISE;
695:
696: WHEN OTHERS THEN

Line 820: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Approval',

816: p_msg_data => l_msg_data ,
817: p_attr_name => 'ERROR_MSG',
818: x_error_msg => l_error_msg
819: ) ;
820: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Approval',
821: l_item_type,l_item_key,l_error_msg);
822: RAISE;
823: WHEN OTHERS THEN
824: wf_core.context( 'AHLGAPP'

Line 945: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Approval_Reminder',

941: p_msg_data => l_msg_data ,
942: p_attr_name => 'ERROR_MSG',
943: x_error_msg => l_error_msg
944: ) ;
945: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Approval_Reminder',
946: l_item_type,l_item_key,l_error_msg);
947: RAISE;
948: WHEN OTHERS THEN
949: wf_core.context( 'AHLGAPP'

Line 1065: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Error_Act',

1061: p_msg_data => l_msg_data ,
1062: p_attr_name => 'ERROR_MSG',
1063: x_error_msg => l_error_msg
1064: ) ;
1065: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Error_Act',
1066: l_item_type,l_item_key,l_error_msg);
1067: RAISE;
1068: WHEN OTHERS THEN
1069: wf_core.context( 'AHL_OPERATIONS_APPROVAL_PVT'

Line 1069: wf_core.context( 'AHL_OPERATIONS_APPROVAL_PVT'

1065: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','Ntf_Error_Act',
1066: l_item_type,l_item_key,l_error_msg);
1067: RAISE;
1068: WHEN OTHERS THEN
1069: wf_core.context( 'AHL_OPERATIONS_APPROVAL_PVT'
1070: , 'Ntf_Error_Act'
1071: , l_item_type
1072: , l_item_key
1073: );

Line 1252: 'AHL_OPERATIONS_APPROVAL_PVT'

1248: AHL_DEBUG_PUB.debug( 'When others Error:'||sqlerrm,'+DebugwfOper+');
1249: END IF;
1250:
1251: wf_core.context(
1252: 'AHL_OPERATIONS_APPROVAL_PVT'
1253: ,'Update_Status'
1254: ,itemtype
1255: ,itemkey
1256: ,actid

Line 1358: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','revert_status',

1354: p_msg_data => l_msg_data ,
1355: p_attr_name => 'ERROR_MSG',
1356: x_error_msg => l_error_msg
1357: ) ;
1358: wf_core.context('AHL_OPERATIONS_APPROVAL_PVT','revert_status',
1359: itemtype,itemkey,actid,funcmode,l_error_msg);
1360: RAISE;
1361: WHEN OTHERS THEN
1362: wf_core.context(

Line 1363: 'AHL_OPERATIONS_APPROVAL_PVT'

1359: itemtype,itemkey,actid,funcmode,l_error_msg);
1360: RAISE;
1361: WHEN OTHERS THEN
1362: wf_core.context(
1363: 'AHL_OPERATIONS_APPROVAL_PVT'
1364: ,'REVERT_STATUS'
1365: ,itemtype
1366: ,itemkey
1367: ,actid

Line 1374: END AHL_OPERATIONS_APPROVAL_PVT;

1370: );
1371: RAISE;
1372:
1373: END Revert_Status;
1374: END AHL_OPERATIONS_APPROVAL_PVT;
1375: