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 423: wf_core.context('AHL_FMP_MR_APPROVAL_PVT','NTF_FORWARD_FYI',

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

Line 430: wf_core.context( 'AHLGAPP'

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

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

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

Line 552: wf_core.context( 'AHLGAPP'

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

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

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

Line 677: wf_core.context( 'AHLGAPP'

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

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

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

Line 800: wf_core.context( 'AHLGAPP'

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

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

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

Line 926: wf_core.context( 'AHLGAPP'

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

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

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

Line 1048: wf_core.context( 'AHLGAPP'

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

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

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

Line 1169: wf_core.context( 'AHL_FMP_MR_APPROVAL_PVT'

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

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

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

Line 1335: wf_core.context(

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

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

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

Line 1467: wf_core.context(

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