DBA Data[Home] [Help]

APPS.AHL_ITEMGROUPS_APPROVAL_PVT dependencies on WF_CORE

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

262: p_msg_data => l_msg_data ,
263: p_attr_name => 'ERROR_MSG',
264: x_error_msg => l_error_msg
265: ) ;
266: wf_core.context('AHL_ITEMGROUPS_APROVAL_PVT','Set_Activity_Details',
267: itemtype,itemkey,actid,funcmode,l_error_msg);
268:
269: resultout := 'COMPLETE:ERROR';
270:

Line 272: wf_core.context(

268:
269: resultout := 'COMPLETE:ERROR';
270:
271: WHEN OTHERS THEN
272: wf_core.context(
273: 'AHL_ITEMGROUPS_APPROVAL_PVT'
274: ,'Set_Activity_Details'
275: ,itemtype
276: ,itemkey

Line 405: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','ntf_forward_fyi',

401: p_msg_data => l_msg_data ,
402: p_attr_name => 'ERROR_MSG',
403: x_error_msg => l_error_msg
404: ) ;
405: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','ntf_forward_fyi',
406: l_item_type,l_item_key,l_error_msg);
407: RAISE;
408: WHEN OTHERS THEN
409: wf_core.context( 'AHLGAPP'

Line 409: wf_core.context( 'AHLGAPP'

405: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','ntf_forward_fyi',
406: l_item_type,l_item_key,l_error_msg);
407: RAISE;
408: WHEN OTHERS THEN
409: wf_core.context( 'AHLGAPP'
410: , 'Ntf_Forward_FYI'
411: , l_item_type
412: , l_item_key
413: );

Line 531: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approved_FYI',

527: p_msg_data => l_msg_data ,
528: p_attr_name => 'ERROR_MSG',
529: x_error_msg => l_error_msg
530: ) ;
531: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approved_FYI',
532: l_item_type,l_item_key,l_error_msg);
533: RAISE;
534: WHEN OTHERS THEN
535: wf_core.context( 'AHLGAPP'

Line 535: wf_core.context( 'AHLGAPP'

531: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approved_FYI',
532: l_item_type,l_item_key,l_error_msg);
533: RAISE;
534: WHEN OTHERS THEN
535: wf_core.context( 'AHLGAPP'
536: , 'Ntf_Approved_FYI'
537: , l_item_type
538: , l_item_key
539: );

Line 681: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Final_Approval_FYI',

677: p_msg_data => l_msg_data ,
678: p_attr_name => 'ERROR_MSG',
679: x_error_msg => l_error_msg
680: ) ;
681: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Final_Approval_FYI',
682: l_item_type,l_item_key,l_error_msg);
683: RAISE;
684: WHEN OTHERS THEN
685: wf_core.context( 'AHLGAPP'

Line 685: wf_core.context( 'AHLGAPP'

681: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Final_Approval_FYI',
682: l_item_type,l_item_key,l_error_msg);
683: RAISE;
684: WHEN OTHERS THEN
685: wf_core.context( 'AHLGAPP'
686: , 'Ntf_Final_Approval_FYI'
687: , l_item_type
688: , l_item_key
689: );

Line 828: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Rejected_FYI',

824: p_msg_data => l_msg_data ,
825: p_attr_name => 'ERROR_MSG',
826: x_error_msg => l_error_msg
827: ) ;
828: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Rejected_FYI',
829: l_item_type,l_item_key,l_error_msg);
830: RAISE;
831:
832: WHEN OTHERS THEN

Line 833: wf_core.context( 'AHLGAPP'

829: l_item_type,l_item_key,l_error_msg);
830: RAISE;
831:
832: WHEN OTHERS THEN
833: wf_core.context( 'AHLGAPP'
834: , 'Ntf_Rejected_FYI'
835: , l_item_type
836: , l_item_key
837: );

Line 984: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approval',

980: p_msg_data => l_msg_data ,
981: p_attr_name => 'ERROR_MSG',
982: x_error_msg => l_error_msg
983: ) ;
984: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approval',
985: l_item_type,l_item_key,l_error_msg);
986: RAISE;
987: WHEN OTHERS THEN
988: wf_core.context( 'AHLGAPP'

Line 988: wf_core.context( 'AHLGAPP'

984: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approval',
985: l_item_type,l_item_key,l_error_msg);
986: RAISE;
987: WHEN OTHERS THEN
988: wf_core.context( 'AHLGAPP'
989: , 'Ntf_Approval'
990: , l_item_type
991: , l_item_key
992: );

Line 1140: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approval_Reminder',

1136: p_msg_data => l_msg_data ,
1137: p_attr_name => 'ERROR_MSG',
1138: x_error_msg => l_error_msg
1139: ) ;
1140: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approval_Reminder',
1141: l_item_type,l_item_key,l_error_msg);
1142: RAISE;
1143: WHEN OTHERS THEN
1144: wf_core.context( 'AHLGAPP'

Line 1144: wf_core.context( 'AHLGAPP'

1140: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Approval_Reminder',
1141: l_item_type,l_item_key,l_error_msg);
1142: RAISE;
1143: WHEN OTHERS THEN
1144: wf_core.context( 'AHLGAPP'
1145: , 'Ntf_Approval_Reminder'
1146: , l_item_type
1147: , l_item_key
1148: );

Line 1293: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Error_Act',

1289: p_msg_data => l_msg_data ,
1290: p_attr_name => 'ERROR_MSG',
1291: x_error_msg => l_error_msg
1292: ) ;
1293: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Error_Act',
1294: l_item_type,l_item_key,l_error_msg);
1295: RAISE;
1296: WHEN OTHERS THEN
1297: wf_core.context( 'AHL_ITEMGROUPS_APPROVAL_PVT'

Line 1297: wf_core.context( 'AHL_ITEMGROUPS_APPROVAL_PVT'

1293: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','Ntf_Error_Act',
1294: l_item_type,l_item_key,l_error_msg);
1295: RAISE;
1296: WHEN OTHERS THEN
1297: wf_core.context( 'AHL_ITEMGROUPS_APPROVAL_PVT'
1298: , 'Ntf_Error_Act'
1299: , l_item_type
1300: , l_item_key
1301: );

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

1506: p_msg_data => l_msg_data ,
1507: p_attr_name => 'ERROR_MSG',
1508: x_error_msg => l_error_msg
1509: ) ;
1510: wf_core.context('AHL_FMP_APRV_PVT','UPDATE_STATUS',
1511: itemtype,itemkey,actid,funcmode,l_error_msg);
1512: RAISE;
1513:
1514: WHEN OTHERS THEN

Line 1521: wf_core.context(

1517: 'AHL_ITEMGROUPS_APPROVAL_PVT.Set_Activity_Details', 'UpdateStatus Whenothers Err:'||sqlerrm);
1518:
1519: END IF;
1520:
1521: wf_core.context(
1522: 'AHL_ITEMGROUPS_APPROVAL_PVT'
1523: ,'Update_Status'
1524: ,itemtype
1525: ,itemkey

Line 1682: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','revert_status',

1678: p_msg_data => l_msg_data ,
1679: p_attr_name => 'ERROR_MSG',
1680: x_error_msg => l_error_msg
1681: ) ;
1682: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','revert_status',
1683: itemtype,itemkey,actid,funcmode,l_error_msg);
1684: RAISE;
1685: WHEN OTHERS THEN
1686: wf_core.context(

Line 1686: wf_core.context(

1682: wf_core.context('AHL_ITEMGROUPS_APPROVAL_PVT','revert_status',
1683: itemtype,itemkey,actid,funcmode,l_error_msg);
1684: RAISE;
1685: WHEN OTHERS THEN
1686: wf_core.context(
1687: 'AHL_ItemGroups_APPROVAL_PVT'
1688: ,'REVERT_STATUS'
1689: ,itemtype
1690: ,itemkey