DBA Data[Home] [Help]

APPS.AHL_ROUTE_APPROVAL_PVT dependencies on WF_CORE

Line 220: wf_core.context('AHL_ROUTE_APROVAL_PVT','Set_Activity_Details',

216: p_msg_data => l_msg_data ,
217: p_attr_name => 'ERROR_MSG',
218: x_error_msg => l_error_msg
219: ) ;
220: wf_core.context('AHL_ROUTE_APROVAL_PVT','Set_Activity_Details',
221: itemtype,itemkey,actid,funcmode,l_error_msg);
222:
223: resultout := 'COMPLETE:ERROR';
224:

Line 226: wf_core.context(

222:
223: resultout := 'COMPLETE:ERROR';
224:
225: WHEN OTHERS THEN
226: wf_core.context(
227: 'AHL_ROUTE_APPROVAL_PVT'
228: ,'Set_Activity_Details'
229: ,itemtype
230: ,itemkey

Line 345: wf_core.context('AHL_ROUTE_APPROVAL_PVT','ntf_forward_fyi',

341: p_msg_data => l_msg_data ,
342: p_attr_name => 'ERROR_MSG',
343: x_error_msg => l_error_msg
344: ) ;
345: wf_core.context('AHL_ROUTE_APPROVAL_PVT','ntf_forward_fyi',
346: l_item_type,l_item_key,l_error_msg);
347: RAISE;
348: WHEN OTHERS THEN
349: wf_core.context( 'AHLGAPP'

Line 349: wf_core.context( 'AHLGAPP'

345: wf_core.context('AHL_ROUTE_APPROVAL_PVT','ntf_forward_fyi',
346: l_item_type,l_item_key,l_error_msg);
347: RAISE;
348: WHEN OTHERS THEN
349: wf_core.context( 'AHLGAPP'
350: , 'Ntf_Forward_FYI'
351: , l_item_type
352: , l_item_key
353: );

Line 458: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approved_FYI',

454: p_msg_data => l_msg_data ,
455: p_attr_name => 'ERROR_MSG',
456: x_error_msg => l_error_msg
457: ) ;
458: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approved_FYI',
459: l_item_type,l_item_key,l_error_msg);
460: RAISE;
461: WHEN OTHERS THEN
462: wf_core.context( 'AHLGAPP'

Line 462: wf_core.context( 'AHLGAPP'

458: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approved_FYI',
459: l_item_type,l_item_key,l_error_msg);
460: RAISE;
461: WHEN OTHERS THEN
462: wf_core.context( 'AHLGAPP'
463: , 'Ntf_Approved_FYI'
464: , l_item_type
465: , l_item_key
466: );

Line 573: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Final_Approval_FYI',

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

Line 577: wf_core.context( 'AHLGAPP'

573: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Final_Approval_FYI',
574: l_item_type,l_item_key,l_error_msg);
575: RAISE;
576: WHEN OTHERS THEN
577: wf_core.context( 'AHLGAPP'
578: , 'Ntf_Final_Approval_FYI'
579: , l_item_type
580: , l_item_key
581: );

Line 689: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Rejected_FYI',

685: p_msg_data => l_msg_data ,
686: p_attr_name => 'ERROR_MSG',
687: x_error_msg => l_error_msg
688: ) ;
689: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Rejected_FYI',
690: l_item_type,l_item_key,l_error_msg);
691: RAISE;
692:
693: WHEN OTHERS THEN

Line 694: wf_core.context( 'AHLGAPP'

690: l_item_type,l_item_key,l_error_msg);
691: RAISE;
692:
693: WHEN OTHERS THEN
694: wf_core.context( 'AHLGAPP'
695: , 'Ntf_Rejected_FYI'
696: , l_item_type
697: , l_item_key
698: );

Line 812: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approval',

808: p_msg_data => l_msg_data ,
809: p_attr_name => 'ERROR_MSG',
810: x_error_msg => l_error_msg
811: ) ;
812: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approval',
813: l_item_type,l_item_key,l_error_msg);
814: RAISE;
815: WHEN OTHERS THEN
816: wf_core.context( 'AHLGAPP'

Line 816: wf_core.context( 'AHLGAPP'

812: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approval',
813: l_item_type,l_item_key,l_error_msg);
814: RAISE;
815: WHEN OTHERS THEN
816: wf_core.context( 'AHLGAPP'
817: , 'Ntf_Approval'
818: , l_item_type
819: , l_item_key
820: );

Line 938: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approval_Reminder',

934: p_msg_data => l_msg_data ,
935: p_attr_name => 'ERROR_MSG',
936: x_error_msg => l_error_msg
937: ) ;
938: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approval_Reminder',
939: l_item_type,l_item_key,l_error_msg);
940: RAISE;
941: WHEN OTHERS THEN
942: wf_core.context( 'AHLGAPP'

Line 942: wf_core.context( 'AHLGAPP'

938: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Approval_Reminder',
939: l_item_type,l_item_key,l_error_msg);
940: RAISE;
941: WHEN OTHERS THEN
942: wf_core.context( 'AHLGAPP'
943: , 'Ntf_Approval_Reminder'
944: , l_item_type
945: , l_item_key
946: );

Line 1059: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Error_Act',

1055: p_msg_data => l_msg_data ,
1056: p_attr_name => 'ERROR_MSG',
1057: x_error_msg => l_error_msg
1058: ) ;
1059: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Error_Act',
1060: l_item_type,l_item_key,l_error_msg);
1061: RAISE;
1062: WHEN OTHERS THEN
1063: wf_core.context( 'AHL_ROUTE_APPROVAL_PVT'

Line 1063: wf_core.context( 'AHL_ROUTE_APPROVAL_PVT'

1059: wf_core.context('AHL_ROUTE_APPROVAL_PVT','Ntf_Error_Act',
1060: l_item_type,l_item_key,l_error_msg);
1061: RAISE;
1062: WHEN OTHERS THEN
1063: wf_core.context( 'AHL_ROUTE_APPROVAL_PVT'
1064: , 'Ntf_Error_Act'
1065: , l_item_type
1066: , l_item_key
1067: );

Line 1247: wf_core.context('AHL_FMP_APRV_PVT','UPDATE_STATUS',

1243: p_msg_data => l_msg_data ,
1244: p_attr_name => 'ERROR_MSG',
1245: x_error_msg => l_error_msg
1246: ) ;
1247: wf_core.context('AHL_FMP_APRV_PVT','UPDATE_STATUS',
1248: itemtype,itemkey,actid,funcmode,l_error_msg);
1249: RAISE;
1250:
1251: WHEN OTHERS THEN

Line 1257: wf_core.context(

1253: AHL_DEBUG_PUB.debug( 'UpdateStatus Whenothers Err:'||sqlerrm,'+DebugWfRoute+');
1254:
1255: END IF;
1256:
1257: wf_core.context(
1258: 'AHL_ROUTE_APPROVAL_PVT'
1259: ,'Update_Status'
1260: ,itemtype
1261: ,itemkey

Line 1387: wf_core.context('AHL_ROUTE_APPROVAL_PVT','revert_status',

1383: p_msg_data => l_msg_data ,
1384: p_attr_name => 'ERROR_MSG',
1385: x_error_msg => l_error_msg
1386: ) ;
1387: wf_core.context('AHL_ROUTE_APPROVAL_PVT','revert_status',
1388: itemtype,itemkey,actid,funcmode,l_error_msg);
1389: RAISE;
1390: WHEN OTHERS THEN
1391: wf_core.context(

Line 1391: wf_core.context(

1387: wf_core.context('AHL_ROUTE_APPROVAL_PVT','revert_status',
1388: itemtype,itemkey,actid,funcmode,l_error_msg);
1389: RAISE;
1390: WHEN OTHERS THEN
1391: wf_core.context(
1392: 'AHL_ROUTE_APPROVAL_PVT'
1393: ,'REVERT_STATUS'
1394: ,itemtype
1395: ,itemkey