DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on PON_WF_UTL_PKG

Line 1665: PON_WF_UTL_PKG.ReportConcProgramStatus (

1661: UPDATE pon_bid_headers
1662: SET request_id = null
1663: WHERE bid_number = p_bid_number;
1664:
1665: PON_WF_UTL_PKG.ReportConcProgramStatus (
1666: p_request_id => v_request_id,
1667: p_messagetype => 'S',
1668: p_RecepientUsername => v_user_name,
1669: p_recepientType =>p_user_type,

Line 1704: PON_WF_UTL_PKG.ReportConcProgramStatus (

1700: v_error_msg_name, sysdate+7);
1701:
1702: END IF;
1703:
1704: PON_WF_UTL_PKG.ReportConcProgramStatus (
1705: p_request_id => v_request_id,
1706: p_messagetype => 'E',
1707: p_RecepientUsername => v_user_name,
1708: p_recepientType =>p_user_type,

Line 1734: PON_WF_UTL_PKG.ReportConcProgramStatus (

1730: -- rollback anything that we can
1731: rollback;
1732:
1733: -- report error to the user through workflow notifications
1734: PON_WF_UTL_PKG.ReportConcProgramStatus (
1735: p_request_id => v_request_id,
1736: p_messagetype => 'E',
1737: p_RecepientUsername => v_user_name,
1738: p_recepientType =>p_user_type,

Line 1829: PON_WF_UTL_PKG.ReportConcProgramStatus (

1825: IF v_subroutine_return_status = g_return_success THEN
1826: -- according to ECO 4517992, we don't clear out the request_id
1827: -- except for publish bid
1828:
1829: PON_WF_UTL_PKG.ReportConcProgramStatus (
1830: p_request_id => v_request_id,
1831: p_messagetype => 'S',
1832: p_RecepientUsername => v_user_name,
1833: p_recepientType =>p_user_type,

Line 1843: PON_WF_UTL_PKG.ReportConcProgramStatus (

1839: errbuf := 'VALIDATE_CP exited successfully';
1840: retcode := '0';
1841: ELSE
1842:
1843: PON_WF_UTL_PKG.ReportConcProgramStatus (
1844: p_request_id => v_request_id,
1845: p_messagetype => 'E',
1846: p_RecepientUsername => v_user_name,
1847: p_recepientType =>p_user_type,

Line 1877: PON_WF_UTL_PKG.ReportConcProgramStatus (

1873: -- rollback anything that we can
1874: rollback;
1875:
1876: -- report error to the user through workflow notifications
1877: PON_WF_UTL_PKG.ReportConcProgramStatus (
1878: p_request_id => v_request_id,
1879: p_messagetype => 'E',
1880: p_RecepientUsername => v_user_name,
1881: p_recepientType =>p_user_type,