DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_CLM_UTIL_PKG

Line 1837: select decode(PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id), 1, 'Y', 'N')

1833: /*
1834: * Added for FBO project
1835: */
1836: BEGIN
1837: select decode(PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id), 1, 'Y', 'N')
1838: into x_is_doc_federal
1839: from dual;
1840:
1841: wf_engine.SetItemAttrText(itemtype => x_itemtype

Line 8150: if clmNeedByDate is not null and (PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(auctionID) = 1)

8146: EXIT WHEN c1%NOTFOUND;
8147: end loop;
8148:
8149: /* CLM Offer Enhancement Start */
8150: if clmNeedByDate is not null and (PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(auctionID) = 1)
8151: then
8152: return (getMessage('PON_AUC_NEEDBY_ONLY_START_DATE',x_msg_suffix,'FROMDATE',PON_OA_UTIL_PKG.DISPLAY_DATE_TIME(clmNeedByDate,fnd_profile.value('CLIENT_TIMEZONE_ID'),fnd_profile.value('SERVER_TIMEZONE_ID'),userDateFormat,'N')));
8153: end if;
8154: /* CLM Offer Enhancement End */

Line 9721: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_new_negotiation_id) = 1 ) THEN

9717: X_ERROR_CODE => x_error_code);
9718:
9719: /* bug#10295849: Added the code to update the negotiation references of amended requistions which are added to a solicitation amendment */
9720: -----------------------------------------------------------------------------------------------------------------------------------------------
9721: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_new_negotiation_id) = 1 ) THEN
9722: BEGIN
9723: SELECT amendment_flag, auction_header_id INTO l_amendment_flag,l_auction_header_id FROM pon_auction_headers_all WHERE amendment_flag = 'Y' AND auction_header_id_prev_amend = x_old_negotiation_id;
9724: EXCEPTION
9725: WHEN OTHERS THEN

Line 9796: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_new_negotiation_id) = 1 ) THEN

9792:
9793: IF (x_error_code = 'SUCCESS') THEN
9794:
9795: /* bug#10295849: Added the code to check whether slin's are not returned to pool if the Clin is not returned */
9796: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_new_negotiation_id) = 1 ) THEN
9797: FOR rec IN deletedItems LOOP
9798: BEGIN
9799: /* check whether the delted line is Clin or Slin/Option */
9800: