DBA Data[Home] [Help]

APPS.AHL_ITEMCOMP_APPROVAL_PVT dependencies on WF_CORE

Line 301: wf_core.context('AHL_ITEMGROUPS_APROVAL_PVT','Set_Activity_Details',

297: p_msg_data => l_msg_data ,
298: p_attr_name => 'ERROR_MSG',
299: x_error_msg => l_error_msg
300: ) ;
301: wf_core.context('AHL_ITEMGROUPS_APROVAL_PVT','Set_Activity_Details',
302: itemtype,itemkey,actid,funcmode,l_error_msg);
303:
304: resultout := 'COMPLETE:ERROR';
305:

Line 307: wf_core.context(

303:
304: resultout := 'COMPLETE:ERROR';
305:
306: WHEN OTHERS THEN
307: wf_core.context(
308: 'AHL_ITEMCOMP_APPROVAL_PVT'
309: ,'Set_Activity_Details'
310: ,itemtype
311: ,itemkey

Line 440: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','ntf_forward_fyi',

436: p_msg_data => l_msg_data ,
437: p_attr_name => 'ERROR_MSG',
438: x_error_msg => l_error_msg
439: ) ;
440: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','ntf_forward_fyi',
441: l_item_type,l_item_key,l_error_msg);
442: RAISE;
443: WHEN OTHERS THEN
444: wf_core.context( 'AHLGAPP'

Line 444: wf_core.context( 'AHLGAPP'

440: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','ntf_forward_fyi',
441: l_item_type,l_item_key,l_error_msg);
442: RAISE;
443: WHEN OTHERS THEN
444: wf_core.context( 'AHLGAPP'
445: , 'Ntf_Forward_FYI'
446: , l_item_type
447: , l_item_key
448: );

Line 568: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approved_FYI',

564: p_msg_data => l_msg_data ,
565: p_attr_name => 'ERROR_MSG',
566: x_error_msg => l_error_msg
567: ) ;
568: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approved_FYI',
569: l_item_type,l_item_key,l_error_msg);
570: RAISE;
571: WHEN OTHERS THEN
572: wf_core.context( 'AHLGAPP'

Line 572: wf_core.context( 'AHLGAPP'

568: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approved_FYI',
569: l_item_type,l_item_key,l_error_msg);
570: RAISE;
571: WHEN OTHERS THEN
572: wf_core.context( 'AHLGAPP'
573: , 'Ntf_Approved_FYI'
574: , l_item_type
575: , l_item_key
576: );

Line 720: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Final_Approval_FYI',

716: p_msg_data => l_msg_data ,
717: p_attr_name => 'ERROR_MSG',
718: x_error_msg => l_error_msg
719: ) ;
720: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Final_Approval_FYI',
721: l_item_type,l_item_key,l_error_msg);
722: RAISE;
723: WHEN OTHERS THEN
724: wf_core.context( 'AHLGAPP'

Line 724: wf_core.context( 'AHLGAPP'

720: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Final_Approval_FYI',
721: l_item_type,l_item_key,l_error_msg);
722: RAISE;
723: WHEN OTHERS THEN
724: wf_core.context( 'AHLGAPP'
725: , 'Ntf_Final_Approval_FYI'
726: , l_item_type
727: , l_item_key
728: );

Line 868: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Rejected_FYI',

864: p_msg_data => l_msg_data ,
865: p_attr_name => 'ERROR_MSG',
866: x_error_msg => l_error_msg
867: ) ;
868: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Rejected_FYI',
869: l_item_type,l_item_key,l_error_msg);
870: RAISE;
871:
872: WHEN OTHERS THEN

Line 873: wf_core.context( 'AHLGAPP'

869: l_item_type,l_item_key,l_error_msg);
870: RAISE;
871:
872: WHEN OTHERS THEN
873: wf_core.context( 'AHLGAPP'
874: , 'Ntf_Rejected_FYI'
875: , l_item_type
876: , l_item_key
877: );

Line 1024: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approval',

1020: p_msg_data => l_msg_data ,
1021: p_attr_name => 'ERROR_MSG',
1022: x_error_msg => l_error_msg
1023: ) ;
1024: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approval',
1025: l_item_type,l_item_key,l_error_msg);
1026: RAISE;
1027: WHEN OTHERS THEN
1028: wf_core.context( 'AHLGAPP'

Line 1028: wf_core.context( 'AHLGAPP'

1024: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approval',
1025: l_item_type,l_item_key,l_error_msg);
1026: RAISE;
1027: WHEN OTHERS THEN
1028: wf_core.context( 'AHLGAPP'
1029: , 'Ntf_Approval'
1030: , l_item_type
1031: , l_item_key
1032: );

Line 1180: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approval_Reminder',

1176: p_msg_data => l_msg_data ,
1177: p_attr_name => 'ERROR_MSG',
1178: x_error_msg => l_error_msg
1179: ) ;
1180: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approval_Reminder',
1181: l_item_type,l_item_key,l_error_msg);
1182: RAISE;
1183: WHEN OTHERS THEN
1184: wf_core.context( 'AHLGAPP'

Line 1184: wf_core.context( 'AHLGAPP'

1180: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Approval_Reminder',
1181: l_item_type,l_item_key,l_error_msg);
1182: RAISE;
1183: WHEN OTHERS THEN
1184: wf_core.context( 'AHLGAPP'
1185: , 'Ntf_Approval_Reminder'
1186: , l_item_type
1187: , l_item_key
1188: );

Line 1329: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Error_Act',

1325: p_msg_data => l_msg_data ,
1326: p_attr_name => 'ERROR_MSG',
1327: x_error_msg => l_error_msg
1328: ) ;
1329: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Error_Act',
1330: l_item_type,l_item_key,l_error_msg);
1331: RAISE;
1332: WHEN OTHERS THEN
1333: wf_core.context( 'AHL_ITEMCOMP_APPROVAL_PVT'

Line 1333: wf_core.context( 'AHL_ITEMCOMP_APPROVAL_PVT'

1329: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','Ntf_Error_Act',
1330: l_item_type,l_item_key,l_error_msg);
1331: RAISE;
1332: WHEN OTHERS THEN
1333: wf_core.context( 'AHL_ITEMCOMP_APPROVAL_PVT'
1334: , 'Ntf_Error_Act'
1335: , l_item_type
1336: , l_item_key
1337: );

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

1529: p_msg_data => l_msg_data ,
1530: p_attr_name => 'ERROR_MSG',
1531: x_error_msg => l_error_msg
1532: ) ;
1533: wf_core.context('AHL_FMP_APRV_PVT','UPDATE_STATUS',
1534: itemtype,itemkey,actid,funcmode,l_error_msg);
1535: RAISE;
1536:
1537: WHEN OTHERS THEN

Line 1544: wf_core.context(

1540: 'AHL_ITEMCOMP_APPROVAL_PVT.Set_Activity_Details', 'UpdateStatus Whenothers Err:'||sqlerrm);
1541:
1542: END IF;
1543:
1544: wf_core.context(
1545: 'AHL_ITEMCOMP_APPROVAL_PVT'
1546: ,'Update_Status'
1547: ,itemtype
1548: ,itemkey

Line 1696: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','revert_status',

1692: p_msg_data => l_msg_data ,
1693: p_attr_name => 'ERROR_MSG',
1694: x_error_msg => l_error_msg
1695: ) ;
1696: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','revert_status',
1697: itemtype,itemkey,actid,funcmode,l_error_msg);
1698: RAISE;
1699: WHEN OTHERS THEN
1700: wf_core.context(

Line 1700: wf_core.context(

1696: wf_core.context('AHL_ITEMCOMP_APPROVAL_PVT','revert_status',
1697: itemtype,itemkey,actid,funcmode,l_error_msg);
1698: RAISE;
1699: WHEN OTHERS THEN
1700: wf_core.context(
1701: 'AHL_ITEMCOMP_APPROVAL_PVT'
1702: ,'REVERT_STATUS'
1703: ,itemtype
1704: ,itemkey