DBA Data[Home] [Help]

APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on WF_CORE

Line 280: wf_core.context('PSBWS', 'Populate_Worksheet',

276:
277: EXCEPTION
278: --
279: WHEN OTHERS THEN
280: wf_core.context('PSBWS', 'Populate_Worksheet',
281: itemtype, itemkey, to_char(actid), funcmode);
282: RAISE ;
283:
284: END Populate_Worksheet ;

Line 370: wf_core.context('PSBWS', 'Enforce_Concurrency_Check',

366:
367: EXCEPTION
368: --
369: WHEN OTHERS THEN
370: wf_core.context('PSBWS', 'Enforce_Concurrency_Check',
371: PSB_Message_S.Get_Error_Stack(l_msg_count) );
372: RAISE ;
373:
374: END Enforce_Concurrency_Check ;

Line 431: wf_core.context('PSBWS', 'Perform_Validation',

427:
428: EXCEPTION
429: --
430: WHEN OTHERS THEN
431: wf_core.context('PSBWS', 'Perform_Validation',
432: itemtype, itemkey, to_char(actid), funcmode);
433: RAISE ;
434:
435: END Perform_Validation ;

Line 545: wf_core.context('PSBWS', 'Validate_Constraints',

541:
542: EXCEPTION
543: --
544: WHEN OTHERS THEN
545: wf_core.context('PSBWS', 'Validate_Constraints',
546: PSB_Message_S.Get_Error_Stack(l_msg_count) );
547: RAISE ;
548:
549: END Validate_Constraints ;

Line 640: wf_core.context('PSBWS', 'Select_Operation',

636:
637: EXCEPTION
638: --
639: WHEN OTHERS THEN
640: wf_core.context('PSBWS', 'Select_Operation',
641: itemtype, itemkey, to_char(actid), funcmode);
642: RAISE ;
643:
644: END Select_Operation ;

Line 742: wf_core.context('PSBWS', 'Copy_Worksheet',

738:
739: EXCEPTION
740: --
741: WHEN OTHERS THEN
742: wf_core.context('PSBWS', 'Copy_Worksheet',
743: PSB_Message_S.Get_Error_Stack(l_msg_count) );
744: RAISE ;
745:
746: END Copy_Worksheet ;

Line 847: wf_core.context('PSBWS', 'Merge_Worksheets',

843:
844: EXCEPTION
845: --
846: WHEN OTHERS THEN
847: wf_core.context('PSBWS', 'Merge_Worksheets',
848: PSB_Message_S.Get_Error_Stack(l_msg_count) );
849: RAISE ;
850:
851: END Merge_Worksheets ;

Line 1082: wf_core.context('PSBWS', 'Freeze_Worksheets',

1078:
1079: EXCEPTION
1080: --
1081: WHEN OTHERS THEN
1082: wf_core.context('PSBWS', 'Freeze_Worksheets',
1083: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1084: RAISE ;
1085:
1086: END Freeze_Worksheets ;

Line 1316: wf_core.context('PSBWS', 'Update_View_Line_Flag',

1312:
1313: EXCEPTION
1314: --
1315: WHEN OTHERS THEN
1316: wf_core.context('PSBWS', 'Update_View_Line_Flag',
1317: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1318: RAISE ;
1319: --
1320: END Update_View_Line_Flag;

Line 1539: wf_core.context('PSBWS', 'Change_Worksheet_Stage',

1535:
1536: EXCEPTION
1537: --
1538: WHEN OTHERS THEN
1539: wf_core.context('PSBWS', 'Change_Worksheet_Stage',
1540: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1541: RAISE ;
1542:
1543: END Change_Worksheet_Stage ;

Line 1608: wf_core.context('PSBWS', 'Perform_Review_Group_Approval',

1604:
1605: EXCEPTION
1606: --
1607: WHEN OTHERS THEN
1608: wf_core.context('PSBWS', 'Perform_Review_Group_Approval',
1609: itemtype, itemkey, to_char(actid), funcmode);
1610: RAISE ;
1611:
1612: END Perform_Review_Group_Approval ;

Line 1749: wf_core.context('PSBWS', 'Set_Loop_Limit',

1745:
1746: EXCEPTION
1747: --
1748: WHEN OTHERS THEN
1749: wf_core.context('PSBWS', 'Set_Loop_Limit',
1750: itemtype, itemkey, to_char(actid), funcmode);
1751: RAISE ;
1752:
1753: END Set_Loop_Limit ;

Line 2073: wf_core.context('PSBWS', 'Create_Review_Group_Worksheet',

2069:
2070: EXCEPTION
2071: --
2072: WHEN OTHERS THEN
2073: wf_core.context('PSBWS', 'Create_Review_Group_Worksheet',
2074: PSB_Message_S.Get_Error_Stack(l_msg_count) );
2075: RAISE ;
2076:
2077: END Create_Review_Group_Worksheet ;

Line 2141: wf_core.context('PSBWS', 'New_Worksheet_Created',

2137:
2138: EXCEPTION
2139: --
2140: WHEN OTHERS THEN
2141: wf_core.context('PSBWS', 'New_Worksheet_Created',
2142: itemtype, itemkey, to_char(actid), funcmode);
2143: RAISE ;
2144:
2145: END New_Worksheet_Created;

Line 2213: wf_core.context('PSBWS', 'Find_Approval_Option',

2209:
2210: EXCEPTION
2211: --
2212: WHEN OTHERS THEN
2213: wf_core.context('PSBWS', 'Find_Approval_Option',
2214: itemtype, itemkey, to_char(actid), funcmode);
2215: RAISE ;
2216:
2217: END Find_Approval_Option ;

Line 2268: wf_core.context('PSBWS', 'Set_Reviewed_Flag',

2264:
2265: EXCEPTION
2266: --
2267: WHEN OTHERS THEN
2268: wf_core.context('PSBWS', 'Set_Reviewed_Flag',
2269: itemtype, itemkey, to_char(actid), funcmode);
2270: RAISE ;
2271:
2272: END Set_Reviewed_Flag ;

Line 2332: wf_core.context('PSBWS', 'Send_Approval_Notification',

2328:
2329: EXCEPTION
2330: --
2331: WHEN OTHERS THEN
2332: wf_core.context('PSBWS', 'Send_Approval_Notification',
2333: itemtype, itemkey, to_char(actid), funcmode);
2334: RAISE ;
2335:
2336: END Send_Approval_Notification ;

Line 2457: wf_core.context('PSBWS', 'Update_Worksheets_Status',

2453:
2454: EXCEPTION
2455: --
2456: WHEN OTHERS THEN
2457: wf_core.context('PSBWS', 'Update_Worksheets_Status',
2458: PSB_Message_S.Get_Error_Stack(l_msg_count) );
2459: RAISE ;
2460:
2461: END Update_Worksheets_Status ;

Line 2570: wf_core.context('PSBWS', 'Select_Approvers',

2566:
2567: EXCEPTION
2568: --
2569: WHEN OTHERS THEN
2570: wf_core.context('PSBWS', 'Select_Approvers',
2571: itemtype, itemkey, to_char(actid), funcmode);
2572: RAISE ;
2573:
2574: END Select_Approvers ;

Line 2658: wf_core.context('PSBWS', 'Unfreeze_Worksheets',

2654:
2655: EXCEPTION
2656: --
2657: WHEN OTHERS THEN
2658: wf_core.context('PSBWS', 'Unfreeze_Worksheets',
2659: PSB_Message_S.Get_Error_Stack(l_msg_count) );
2660: RAISE ;
2661:
2662: END Unfreeze_Worksheets ;