DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_MESSAGE_S

Line 232: po_message_s.sql_error('In Exception of get_diff_in_user_list ()', l_progress, sqlcode);

228: EXCEPTION
229: WHEN OTHERS THEN
230: x_name_list := null;
231: l_progress := 'PO_REQAPPROVAL_INIT1.get_diff_in_user_list : Failed to get the list of users';
232: po_message_s.sql_error('In Exception of get_diff_in_user_list ()', l_progress, sqlcode);
233: END;
234: /*******************************************************************
235: < Added this function as part of Bug #: 2810150 >
236: PROCEDURE NAME: get_wf_role_for_users

Line 332: po_message_s.sql_error('In Exception of get_wf_role_for_users()', l_progress, sqlcode);

328: EXCEPTION
329: WHEN OTHERS THEN
330: l_role_name := null;
331: l_progress := 'PO_REQAPPROVAL_INIT1.get_wf_role_for_users: Failed to get the list of users';
332: po_message_s.sql_error('In Exception of get_wf_role_for_users()', l_progress, sqlcode);
333: END get_wf_role_for_users;
334:
335: /**
336: < Added this function as part of Bug #: 2810150 >

Line 462: po_message_s.sql_error('In Exception of get_user_list_with_resp()', l_progress, sqlcode);

458: EXCEPTION
459: WHEN OTHERS THEN
460: x_new_list := ' null ';
461: l_progress := 'PO_REQAPPROVAL_INIT1.get_user_list_with_resp: Failed to get the list of users';
462: po_message_s.sql_error('In Exception of get_user_list_with_resp()', l_progress, sqlcode);
463: end get_user_list_with_resp;
464:
465: -------------------------------------------------------------------------------
466: --Start of Comments

Line 741: po_message_s.sql_error('In Exception of Start_WF_Process()', x_progress, sqlcode);

737: and item_key = l_itemkey;
738: exception
739: when others then
740: x_progress := 'PO_REQAPPROVAL_INIT1.Start_WF_Process: check process existance';
741: po_message_s.sql_error('In Exception of Start_WF_Process()', x_progress, sqlcode);
742: raise;
743: end;
744:
745: -- Bug 5218538 START

Line 1678: po_message_s.sql_error('In Exception of Start_WF_Process()', x_progress, sqlcode);

1674: IF (g_po_wf_debug = 'Y') THEN
1675: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,l_itemkey,x_progress);
1676: END IF;
1677:
1678: po_message_s.sql_error('In Exception of Start_WF_Process()', x_progress, sqlcode);
1679:
1680: RAISE;
1681:
1682: END Start_WF_Process;