DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_NEGOTIATIONS_SV2

Line 1091: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments fro PON_AUCTION_HEADERS_ALL');

1087: g_progress := '404';
1088: IF g_debug_stmt THEN
1089: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1090: p_token => g_progress,
1091: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments fro PON_AUCTION_HEADERS_ALL');
1092: END IF;
1093:
1094: -- Defaulting CLM specific attributes
1095: IF g_is_clm_flow = 'Y' THEN

Line 1192: PO_NEGOTIATIONS_SV2.copy_attachments(

1188:
1189: END IF; -- CLM flow
1190:
1191: -- Copy attachments from negotiation header to CPA using the procedure
1192: PO_NEGOTIATIONS_SV2.copy_attachments(
1193: X_from_entity_name => 'PON_AUCTION_HEADERS_ALL',
1194: X_from_pk1_value => p_auction_header_id,
1195: X_from_pk2_value => NULL,
1196: X_from_pk3_value => NULL,

Line 1216: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_AUCTION_HEADERS_ALL');

1212: g_progress := '405';
1213: IF g_debug_stmt THEN
1214: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1215: p_token => g_progress,
1216: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_AUCTION_HEADERS_ALL');
1217: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1218: p_token => g_progress,
1219: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1220: END IF;

Line 1219: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');

1215: p_token => g_progress,
1216: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_AUCTION_HEADERS_ALL');
1217: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1218: p_token => g_progress,
1219: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1220: END IF;
1221:
1222: --copy attachment from bid header to cpa header
1223: PO_NEGOTIATIONS_SV2.copy_attachments(

Line 1223: PO_NEGOTIATIONS_SV2.copy_attachments(

1219: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1220: END IF;
1221:
1222: --copy attachment from bid header to cpa header
1223: PO_NEGOTIATIONS_SV2.copy_attachments(
1224: X_from_entity_name => 'PON_BID_HEADERS',
1225: X_from_pk1_value => p_auction_header_id,
1226: X_from_pk2_value => p_bid_number,
1227: X_from_pk3_value => '',

Line 1247: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');

1243: g_progress := '406';
1244: IF g_debug_stmt THEN
1245: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1246: p_token => g_progress,
1247: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1248: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1249: p_token => g_progress,
1250: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1251: END IF;

Line 1250: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');

1246: p_token => g_progress,
1247: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1248: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1249: p_token => g_progress,
1250: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1251: END IF;
1252:
1253: -- build and attach bid notes as internal to PO attachments on cpa header.
1254: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

Line 1254: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

1250: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1251: END IF;
1252:
1253: -- build and attach bid notes as internal to PO attachments on cpa header.
1254: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1255: x_from_entity_name => 'PON_BID_BUYER_NOTES',
1256: x_auction_header_id => p_auction_header_id,
1257: x_auction_line_number => NULL,
1258: x_bid_number => p_bid_number,

Line 1272: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');

1268: g_progress := '407';
1269: IF g_debug_stmt THEN
1270: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1271: p_token => g_progress,
1272: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1273: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1274: p_token => g_progress,
1275: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1276: END IF;

Line 1275: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');

1271: p_token => g_progress,
1272: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1273: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1274: p_token => g_progress,
1275: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1276: END IF;
1277:
1278: -- Build and attach negotiation header notes as 'To Supplier' attachments on CPA header
1279: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

Line 1279: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

1275: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1276: END IF;
1277:
1278: -- Build and attach negotiation header notes as 'To Supplier' attachments on CPA header
1279: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1280: x_from_entity_name => 'PON_AUC_SUPPLIER_HEADER_NOTES',
1281: x_auction_header_id => p_auction_header_id,
1282: x_auction_line_number => NULL,
1283: x_bid_number => NULL,

Line 1297: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');

1293: g_progress := '408';
1294: IF g_debug_stmt THEN
1295: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1296: p_token => g_progress,
1297: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1298: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1299: p_token => g_progress,
1300: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1301: END IF;

Line 1300: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');

1296: p_token => g_progress,
1297: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1298: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1299: p_token => g_progress,
1300: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1301: END IF;
1302: -- Build and attach negotiation/bid header attributes as 'To Supplier'attachment on CPA Header
1303: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1304: x_from_entity_name => 'PON_BID_HEADER_ATTRIBUTES',

Line 1303: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

1299: p_token => g_progress,
1300: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1301: END IF;
1302: -- Build and attach negotiation/bid header attributes as 'To Supplier'attachment on CPA Header
1303: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1304: x_from_entity_name => 'PON_BID_HEADER_ATTRIBUTES',
1305: x_auction_header_id => p_auction_header_id,
1306: x_auction_line_number => NULL,
1307: x_bid_number => p_bid_number,

Line 1321: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');

1317: g_progress := '409';
1318: IF g_debug_stmt THEN
1319: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1320: p_token => g_progress,
1321: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1322: END IF;
1323:
1324: -- Getting the CLM Source Document Number
1325: BEGIN