DBA Data[Home] [Help]

APPS.PON_BID_DEFAULTING_PKG dependencies on PON_AUCTION_PKG

Line 3039: where name = pon_auction_pkg.g_supplier_attachment),

3035: if (l_is_new_round = 'Y' AND (l_curr_two_part <> l_prev_two_part)) THEN -- {
3036: -- target category id needs to be changed
3037: -- fetch target category ids.
3038: select (select category_id from fnd_document_categories
3039: where name = pon_auction_pkg.g_supplier_attachment),
3040: (select category_id from fnd_document_categories
3041: where name = pon_auction_pkg.g_technical_attachment)
3042: into l_categ_id_supp, l_categ_id_supp_tech
3043: from fnd_document_categories

Line 3041: where name = pon_auction_pkg.g_technical_attachment)

3037: -- fetch target category ids.
3038: select (select category_id from fnd_document_categories
3039: where name = pon_auction_pkg.g_supplier_attachment),
3040: (select category_id from fnd_document_categories
3041: where name = pon_auction_pkg.g_technical_attachment)
3042: into l_categ_id_supp, l_categ_id_supp_tech
3043: from fnd_document_categories
3044: where ROWNUM = 1;
3045: