DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on PON_WF_UTL_PKG

Line 1857: PON_WF_UTL_PKG.ReportConcProgramStatus (

1853: UPDATE pon_bid_headers
1854: SET request_id = null
1855: WHERE bid_number = p_bid_number;
1856:
1857: PON_WF_UTL_PKG.ReportConcProgramStatus (
1858: p_request_id => v_request_id,
1859: p_messagetype => 'S',
1860: p_RecepientUsername => v_user_name,
1861: p_recepientType =>p_user_type,

Line 1896: PON_WF_UTL_PKG.ReportConcProgramStatus (

1892: v_error_msg_name, sysdate+7);
1893:
1894: END IF;
1895:
1896: PON_WF_UTL_PKG.ReportConcProgramStatus (
1897: p_request_id => v_request_id,
1898: p_messagetype => 'E',
1899: p_RecepientUsername => v_user_name,
1900: p_recepientType =>p_user_type,

Line 1926: PON_WF_UTL_PKG.ReportConcProgramStatus (

1922: -- rollback anything that we can
1923: rollback;
1924:
1925: -- report error to the user through workflow notifications
1926: PON_WF_UTL_PKG.ReportConcProgramStatus (
1927: p_request_id => v_request_id,
1928: p_messagetype => 'E',
1929: p_RecepientUsername => v_user_name,
1930: p_recepientType =>p_user_type,

Line 2021: PON_WF_UTL_PKG.ReportConcProgramStatus (

2017: IF v_subroutine_return_status = g_return_success THEN
2018: -- according to ECO 4517992, we don't clear out the request_id
2019: -- except for publish bid
2020:
2021: PON_WF_UTL_PKG.ReportConcProgramStatus (
2022: p_request_id => v_request_id,
2023: p_messagetype => 'S',
2024: p_RecepientUsername => v_user_name,
2025: p_recepientType =>p_user_type,

Line 2035: PON_WF_UTL_PKG.ReportConcProgramStatus (

2031: errbuf := 'VALIDATE_CP exited successfully';
2032: retcode := '0';
2033: ELSE
2034:
2035: PON_WF_UTL_PKG.ReportConcProgramStatus (
2036: p_request_id => v_request_id,
2037: p_messagetype => 'E',
2038: p_RecepientUsername => v_user_name,
2039: p_recepientType =>p_user_type,

Line 2069: PON_WF_UTL_PKG.ReportConcProgramStatus (

2065: -- rollback anything that we can
2066: rollback;
2067:
2068: -- report error to the user through workflow notifications
2069: PON_WF_UTL_PKG.ReportConcProgramStatus (
2070: p_request_id => v_request_id,
2071: p_messagetype => 'E',
2072: p_RecepientUsername => v_user_name,
2073: p_recepientType =>p_user_type,