DBA Data[Home] [Help]

APPS.PSB_SUBMIT_REVISION_PVT dependencies on WF_CORE

Line 322: wf_core.context('PSBBR', 'Populate_Revision',

318:
319: EXCEPTION
320: --
321: WHEN OTHERS THEN
322: wf_core.context('PSBBR', 'Populate_Revision',
323: itemtype, itemkey, to_char(actid), funcmode);
324: RAISE ;
325:
326: END Populate_Revision ;

Line 413: wf_core.context('PSBBR', 'Enforce_Concurrency_Check',

409:
410: EXCEPTION
411: --
412: WHEN OTHERS THEN
413: wf_core.context('PSBBR', 'Enforce_Concurrency_Check',
414: PSB_Message_S.Get_Error_Stack(l_msg_count) );
415: RAISE ;
416:
417: END Enforce_Concurrency_Check ;

Line 514: wf_core.context('PSBBR', 'Validate_Constraints',

510:
511: EXCEPTION
512: --
513: WHEN OTHERS THEN
514: wf_core.context('PSBBR', 'Validate_Constraints',
515: PSB_Message_S.Get_Error_Stack(l_msg_count) );
516: RAISE ;
517:
518: END Validate_Constraints ;

Line 598: wf_core.context('PSBBR', 'Select_Operation',

594:
595: EXCEPTION
596: --
597: WHEN OTHERS THEN
598: wf_core.context('PSBBR', 'Select_Operation',
599: itemtype, itemkey, to_char(actid), funcmode);
600: RAISE ;
601:
602: END Select_Operation ;

Line 827: wf_core.context('PSBBR', 'Freeze_Revisions',

823:
824: EXCEPTION
825: --
826: WHEN OTHERS THEN
827: wf_core.context('PSBBR', 'Freeze_Revisions',
828: PSB_Message_S.Get_Error_Stack(l_msg_count) );
829: RAISE ;
830:
831: END Freeze_Revisions ;

Line 979: wf_core.context('PSBBR', 'Post_Revisions_To_GL',

975:
976: EXCEPTION
977: --
978: WHEN OTHERS THEN
979: wf_core.context('PSBBR', 'Post_Revisions_To_GL',
980: PSB_Message_S.Get_Error_Stack(l_msg_count) );
981: RAISE ;
982:
983: End Post_Revisions_To_GL;

Line 1092: wf_core.context('PSBBR', 'Update_View_Line_Flag',

1088:
1089: EXCEPTION
1090: --
1091: WHEN OTHERS THEN
1092: wf_core.context('PSBBR', 'Update_View_Line_Flag',
1093: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1094: RAISE ;
1095:
1096: END Update_View_Line_Flag;

Line 1190: wf_core.context('PSBBR', 'Find_Override_Approver',

1186:
1187: EXCEPTION
1188: --
1189: WHEN OTHERS THEN
1190: wf_core.context('PSBBR', 'Find_Override_Approver',
1191: itemtype, itemkey, to_char(actid), funcmode);
1192: RAISE ;
1193:
1194: END Find_Override_Approver;

Line 1253: wf_core.context('PSBBR', 'Send_Approval_Notification',

1249:
1250: EXCEPTION
1251: --
1252: WHEN OTHERS THEN
1253: wf_core.context('PSBBR', 'Send_Approval_Notification',
1254: itemtype, itemkey, to_char(actid), funcmode);
1255: RAISE ;
1256:
1257: END Send_Approval_Notification ;

Line 1404: wf_core.context('PSBBR', 'Update_Revisions_Status',

1400:
1401: EXCEPTION
1402: --
1403: WHEN OTHERS THEN
1404: wf_core.context('PSBBR', 'Update_Revisions_Status',
1405: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1406: RAISE ;
1407:
1408: END Update_Revisions_Status ;

Line 1512: wf_core.context('PSBBR', 'Update_Baseline_Values',

1508:
1509: EXCEPTION
1510: --
1511: WHEN OTHERS THEN
1512: wf_core.context('PSBBR', 'Update_Baseline_Values',
1513: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1514: RAISE ;
1515:
1516: END Update_Baseline_Values ;

Line 1644: wf_core.context('PSBBR', 'Funds_Reservation_Update',

1640:
1641: EXCEPTION
1642: --
1643: WHEN OTHERS THEN
1644: wf_core.context('PSBBR', 'Funds_Reservation_Update',
1645: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1646: RAISE ;
1647:
1648: END Funds_Reservation_Update ;

Line 1753: wf_core.context('PSBBR', 'Select_Approvers',

1749:
1750: EXCEPTION
1751: --
1752: WHEN OTHERS THEN
1753: wf_core.context('PSBBR', 'Select_Approvers',
1754: itemtype, itemkey, to_char(actid), funcmode);
1755: RAISE ;
1756:
1757: END Select_Approvers ;

Line 1841: wf_core.context('PSBBR', 'Unfreeze_Revisions',

1837:
1838: EXCEPTION
1839: --
1840: WHEN OTHERS THEN
1841: wf_core.context('PSBBR', 'Unfreeze_Revisions',
1842: PSB_Message_S.Get_Error_Stack(l_msg_count) );
1843: RAISE ;
1844:
1845: END Unfreeze_Revisions ;

Line 1942: wf_core.context('PSBBR', 'Set_Loop_Limit',

1938:
1939: EXCEPTION
1940: --
1941: WHEN OTHERS THEN
1942: wf_core.context('PSBBR', 'Set_Loop_Limit',
1943: itemtype, itemkey, to_char(actid), funcmode);
1944: RAISE ;
1945:
1946: END Set_Loop_Limit;

Line 2093: wf_core.context('PSBBR', 'Find_Approver',

2089:
2090: EXCEPTION
2091: --
2092: WHEN NO_DATA_FOUND THEN
2093: wf_core.context('PSBBR', 'Find_Approver',
2094: itemtype, itemkey, to_char(actid), funcmode);
2095: RAISE ;
2096:
2097: WHEN OTHERS THEN

Line 2098: wf_core.context('PSBBR', 'Find_Approver',

2094: itemtype, itemkey, to_char(actid), funcmode);
2095: RAISE ;
2096:
2097: WHEN OTHERS THEN
2098: wf_core.context('PSBBR', 'Find_Approver',
2099: itemtype, itemkey, to_char(actid), funcmode);
2100: RAISE ;
2101:
2102: END Find_Approver ;

Line 2151: wf_core.context('PSBBR', 'Set_Reviewed_Flag',

2147:
2148: EXCEPTION
2149: --
2150: WHEN OTHERS THEN
2151: wf_core.context('PSBBR', 'Set_Reviewed_Flag',
2152: itemtype, itemkey, to_char(actid), funcmode);
2153: RAISE ;
2154:
2155: END Set_Reviewed_Flag ;

Line 2466: wf_core.context('PSBBR', 'Find Requestor',

2462:
2463: EXCEPTION
2464: --
2465: WHEN OTHERS THEN
2466: wf_core.context('PSBBR', 'Find Requestor',
2467: itemtype, itemkey, to_char(actid), funcmode);
2468: RAISE ;
2469:
2470: End Find_Requestor;

Line 2553: wf_core.context('PSBBR', 'Populate_Distribute_Revision',

2549:
2550: EXCEPTION
2551: --
2552: WHEN OTHERS THEN
2553: wf_core.context('PSBBR', 'Populate_Distribute_Revision',
2554: itemtype, itemkey, to_char(actid), funcmode);
2555: RAISE ;
2556:
2557: END Populate_Distribute_Revision ;

Line 2599: wf_core.context('PSBBR', 'Set_Approval_status',

2595:
2596: EXCEPTION
2597: --
2598: WHEN OTHERS THEN
2599: wf_core.context('PSBBR', 'Set_Approval_status',
2600: itemtype, itemkey, to_char(actid), funcmode);
2601: RAISE ;
2602:
2603: END Set_Approval_Status;

Line 2644: wf_core.context('PSBBR', 'Set_Rejaection_Status',

2640:
2641: EXCEPTION
2642: --
2643: WHEN OTHERS THEN
2644: wf_core.context('PSBBR', 'Set_Rejaection_Status',
2645: itemtype, itemkey, to_char(actid), funcmode);
2646: RAISE ;
2647:
2648: END Set_Rejection_Status ;

Line 2723: wf_core.context('PSBBR',

2719:
2720: EXCEPTION
2721: --
2722: WHEN OTHERS THEN
2723: wf_core.context('PSBBR',
2724: 'Validate_Revision_Rules',
2725: PSB_Message_S.Get_Error_Stack(l_msg_count) );
2726: RAISE;
2727: