DBA Data[Home] [Help]

APPS.AHL_FMP_MR_APPROVAL_PVT dependencies on WF_CORE

Line 278: wf_core.context('AHL_FMP_MR_APROVAL_PVT',

274: p_msg_data => l_msg_data ,
275: p_attr_name => 'ERROR_MSG',
276: x_error_msg => l_error_msg
277: ) ;
278: wf_core.context('AHL_FMP_MR_APROVAL_PVT',
279: 'Set_Activity_Details',
280: itemtype,
281: itemkey,
282: actid,

Line 292: wf_core.context(

288: AHL_DEBUG_PUB.disable_debug;
289: END IF;
290:
291: WHEN OTHERS THEN
292: wf_core.context(
293: 'AHL_FMP_MR_APPROVAL_PVT'
294: ,'Set_Activity_Details'
295: ,itemtype
296: ,itemkey

Line 422: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','NTF_FORWARD_FYI',

418: p_msg_data => l_msg_data ,
419: p_attr_name => 'ERROR_MSG',
420: x_error_msg => l_error_msg
421: ) ;
422: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','NTF_FORWARD_FYI',
423: l_item_type,l_item_key,l_error_msg);
424: IF G_DEBUG='Y' THEN
425: AHL_DEBUG_PUB.disable_debug;
426: END IF;

Line 429: wf_core.context( 'AHLGAPP'

425: AHL_DEBUG_PUB.disable_debug;
426: END IF;
427: RAISE;
428: WHEN OTHERS THEN
429: wf_core.context( 'AHLGAPP'
430: , 'Ntf_Forward_FYI'
431: , l_item_type
432: , l_item_key
433: );

Line 544: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Approved_FYI',

540: p_msg_data => l_msg_data ,
541: p_attr_name => 'ERROR_MSG',
542: x_error_msg => l_error_msg
543: ) ;
544: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Approved_FYI',
545: l_item_type,l_item_key,l_error_msg);
546: IF G_DEBUG='Y' THEN
547: AHL_DEBUG_PUB.disable_debug;
548: END IF;

Line 551: wf_core.context( 'AHLGAPP'

547: AHL_DEBUG_PUB.disable_debug;
548: END IF;
549: RAISE;
550: WHEN OTHERS THEN
551: wf_core.context( 'AHLGAPP'
552: , 'Ntf_Approved_FYI'
553: , l_item_type
554: , l_item_key
555: );

Line 669: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Final_Approval_FYI',

665: p_msg_data => l_msg_data ,
666: p_attr_name => 'ERROR_MSG',
667: x_error_msg => l_error_msg
668: ) ;
669: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Final_Approval_FYI',
670: l_item_type,l_item_key,l_error_msg);
671: IF G_DEBUG='Y' THEN
672: AHL_DEBUG_PUB.disable_debug;
673: END IF;

Line 676: wf_core.context( 'AHLGAPP'

672: AHL_DEBUG_PUB.disable_debug;
673: END IF;
674: RAISE;
675: WHEN OTHERS THEN
676: wf_core.context( 'AHLGAPP'
677: , 'Ntf_Final_Approval_FYI'
678: , l_item_type
679: , l_item_key
680: );

Line 791: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Rejected_FYI',

787: p_msg_data => l_msg_data ,
788: p_attr_name => 'ERROR_MSG',
789: x_error_msg => l_error_msg
790: ) ;
791: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Rejected_FYI',
792: l_item_type,l_item_key,l_error_msg);
793: IF G_DEBUG='Y' THEN
794: AHL_DEBUG_PUB.disable_debug;
795: END IF;

Line 799: wf_core.context( 'AHLGAPP'

795: END IF;
796: RAISE;
797:
798: WHEN OTHERS THEN
799: wf_core.context( 'AHLGAPP'
800: , 'Ntf_Rejected_FYI'
801: , l_item_type
802: , l_item_key
803: );

Line 918: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Approval',

914: p_msg_data => l_msg_data ,
915: p_attr_name => 'ERROR_MSG',
916: x_error_msg => l_error_msg
917: ) ;
918: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Approval',
919: l_item_type,l_item_key,l_error_msg);
920: IF G_DEBUG='Y' THEN
921: AHL_DEBUG_PUB.disable_debug;
922: END IF;

Line 925: wf_core.context( 'AHLGAPP'

921: AHL_DEBUG_PUB.disable_debug;
922: END IF;
923: RAISE;
924: WHEN OTHERS THEN
925: wf_core.context( 'AHLGAPP'
926: , 'Ntf_Approval'
927: , l_item_type
928: , l_item_key
929: );

Line 1040: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Approval_Reminder',

1036: p_msg_data => l_msg_data ,
1037: p_attr_name => 'ERROR_MSG',
1038: x_error_msg => l_error_msg
1039: ) ;
1040: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Approval_Reminder',
1041: l_item_type,l_item_key,l_error_msg);
1042: IF G_DEBUG='Y' THEN
1043: AHL_DEBUG_PUB.disable_debug;
1044: END IF;

Line 1047: wf_core.context( 'AHLGAPP'

1043: AHL_DEBUG_PUB.disable_debug;
1044: END IF;
1045: RAISE;
1046: WHEN OTHERS THEN
1047: wf_core.context( 'AHLGAPP'
1048: , 'Ntf_Approval_Reminder'
1049: , l_item_type
1050: , l_item_key
1051: );

Line 1161: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Error_Act',

1157: p_msg_data => l_msg_data ,
1158: p_attr_name => 'ERROR_MSG',
1159: x_error_msg => l_error_msg
1160: ) ;
1161: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','Ntf_Error_Act',
1162: l_item_type,l_item_key,l_error_msg);
1163: IF G_DEBUG='Y' THEN
1164: AHL_DEBUG_PUB.disable_debug;
1165: END IF;

Line 1168: wf_core.context( 'AHL_FMP_MR_APPROVAL_PVT'

1164: AHL_DEBUG_PUB.disable_debug;
1165: END IF;
1166: RAISE;
1167: WHEN OTHERS THEN
1168: wf_core.context( 'AHL_FMP_MR_APPROVAL_PVT'
1169: , 'Ntf_Error_Act'
1170: , l_item_type
1171: , l_item_key
1172: );

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

1318: p_msg_data => l_msg_data ,
1319: p_attr_name => 'ERROR_MSG',
1320: x_error_msg => l_error_msg
1321: ) ;
1322: wf_core.context('AHL_FMP_APRV_PVT','UPDATE_STATUS',
1323: itemtype,itemkey,actid,funcmode,l_error_msg);
1324: IF G_DEBUG='Y' THEN
1325: AHL_DEBUG_PUB.disable_debug;
1326: END IF;

Line 1334: wf_core.context(

1330: IF G_DEBUG='Y' THEN
1331: AHL_DEBUG_PUB.debug( ' Error ...2..'||sqlerrm||'<--From-->UPDATE_STATUS');
1332: END IF;
1333:
1334: wf_core.context(
1335: 'AHL_FMP_MR_APPROVAL_PVT'
1336: ,'Update_Status'
1337: ,itemtype
1338: ,itemkey

Line 1459: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','revert_status',

1455: p_msg_data => l_msg_data ,
1456: p_attr_name => 'ERROR_MSG',
1457: x_error_msg => l_error_msg
1458: ) ;
1459: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','revert_status',
1460: itemtype,itemkey,actid,funcmode,l_error_msg);
1461: IF G_DEBUG='Y' THEN
1462: AHL_DEBUG_PUB.disable_debug;
1463: END IF;

Line 1466: wf_core.context(

1462: AHL_DEBUG_PUB.disable_debug;
1463: END IF;
1464: RAISE;
1465: WHEN OTHERS THEN
1466: wf_core.context(
1467: 'AHL_FMP_MR_APPROVAL_PVT'
1468: ,'REVERT_STATUS'
1469: ,itemtype
1470: ,itemkey