DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PON_AUCTION_PO_PKG

Line 1360: pon_auction_po_pkg.get_attachment( x_auction_header_id,

1356: x_security_id := po_moac_utils_pvt.get_current_org_id; --
1357: if X_from_entity_name in ('PON_BID_ATTRIBUTES') then
1358: x_progress :='001';
1359: x_category_id_tmp := g_cat_TO_SUPPLIER; --
1360: pon_auction_po_pkg.get_attachment( x_auction_header_id,
1361: x_bid_number,
1362: x_bid_line_number,
1363: X_from_entity_name,
1364: x_description_tmp,

Line 1373: pon_auction_po_pkg.get_attachment( x_auction_header_id,

1369: elsif X_from_entity_name in ('PON_AUC_SUPPLIER_LINE_NOTES',
1370: 'PON_AUC_SUPPLIER_HEADER_NOTES') then
1371: x_progress :='002';
1372: x_category_id_tmp := g_cat_TO_SUPPLIER; --
1373: pon_auction_po_pkg.get_attachment( x_auction_header_id,
1374: x_bid_number,
1375: x_bid_line_number,
1376: X_from_entity_name,
1377: x_description_tmp,

Line 1386: pon_auction_po_pkg.get_attachment(

1382: ELSIF (X_from_entity_name = 'PON_AUC_PYMNT_SHIP_SUPP_NOTES') THEN
1383:
1384: x_category_id_tmp := g_cat_TO_SUPPLIER; -- to supplier
1385:
1386: pon_auction_po_pkg.get_attachment(
1387: pk1 => p_auction_payment_id
1388: , pk2 => NULL
1389: , pk3 => NULL
1390: , attachmenttype => X_from_entity_name

Line 1401: pon_auction_po_pkg.get_attachment( x_auction_header_id,

1397: --
1398: elsif X_from_entity_name in ('PON_BID_BUYER_NOTES') then
1399: x_progress :='003';
1400: x_category_id_tmp :=39;--Internal to PO,to buyer from sourcing perspecti
1401: pon_auction_po_pkg.get_attachment( x_auction_header_id,
1402: x_bid_number,
1403: x_bid_line_number,
1404: X_from_entity_name,
1405: x_description_tmp,

Line 1412: pon_auction_po_pkg.get_attachment( x_auction_header_id,

1408: x_errormessage);
1409: elsif X_from_entity_name in ('PON_BID_TOTAL_COST') then
1410: x_progress :='004';
1411: x_category_id_tmp := g_cat_TO_SUPPLIER; --
1412: pon_auction_po_pkg.get_attachment( x_auction_header_id,
1413: x_bid_number,
1414: x_bid_line_number,
1415: X_from_entity_name,
1416: x_description_tmp,

Line 1429: PON_AUCTION_PO_PKG.get_attachment

1425:
1426: x_progress := '005';
1427: x_category_id_tmp := g_cat_TO_SUPPLIER; --
1428:
1429: PON_AUCTION_PO_PKG.get_attachment
1430: ( pk1 => x_auction_header_id -- IN
1431: , pk2 => NULL -- IN
1432: , pk3 => x_auction_line_number -- IN
1433: , attachmentType => x_from_entity_name -- IN

Line 1448: PON_AUCTION_PO_PKG.get_attachment

1444:
1445: x_progress := '006';
1446: x_category_id_tmp := g_cat_TO_SUPPLIER; --
1447:
1448: PON_AUCTION_PO_PKG.get_attachment
1449: ( pk1 => x_auction_header_id -- IN
1450: , pk2 => x_bid_number -- IN
1451: , pk3 => NULL -- IN
1452: , attachmentType => x_from_entity_name -- IN