DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_NEGOTIATIONS_SV2

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

1047: g_progress := '404';
1048: IF g_debug_stmt THEN
1049: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1050: p_token => g_progress,
1051: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments fro PON_AUCTION_HEADERS_ALL');
1052: END IF;
1053:
1054: -- Copy attachments from negotiation header to CPA using the procedure
1055: PO_NEGOTIATIONS_SV2.copy_attachments(

Line 1055: PO_NEGOTIATIONS_SV2.copy_attachments(

1051: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments fro PON_AUCTION_HEADERS_ALL');
1052: END IF;
1053:
1054: -- Copy attachments from negotiation header to CPA using the procedure
1055: PO_NEGOTIATIONS_SV2.copy_attachments(
1056: X_from_entity_name => 'PON_AUCTION_HEADERS_ALL',
1057: X_from_pk1_value => p_auction_header_id,
1058: X_from_pk2_value => NULL,
1059: X_from_pk3_value => NULL,

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

1075: g_progress := '405';
1076: IF g_debug_stmt THEN
1077: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1078: p_token => g_progress,
1079: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_AUCTION_HEADERS_ALL');
1080: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1081: p_token => g_progress,
1082: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1083: END IF;

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

1078: p_token => g_progress,
1079: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_AUCTION_HEADERS_ALL');
1080: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1081: p_token => g_progress,
1082: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1083: END IF;
1084:
1085: --copy attachment from bid header to cpa header
1086: PO_NEGOTIATIONS_SV2.copy_attachments(

Line 1086: PO_NEGOTIATIONS_SV2.copy_attachments(

1082: p_message => 'Before calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1083: END IF;
1084:
1085: --copy attachment from bid header to cpa header
1086: PO_NEGOTIATIONS_SV2.copy_attachments(
1087: X_from_entity_name => 'PON_BID_HEADERS',
1088: X_from_pk1_value => p_auction_header_id,
1089: X_from_pk2_value => p_bid_number,
1090: X_from_pk3_value => '',

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

1106: g_progress := '406';
1107: IF g_debug_stmt THEN
1108: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1109: p_token => g_progress,
1110: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1111: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1112: p_token => g_progress,
1113: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1114: END IF;

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

1109: p_token => g_progress,
1110: p_message => 'After calling PO_NEGOTIATIONS_SV2.copy_attachments for PON_BID_HEADERS');
1111: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1112: p_token => g_progress,
1113: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1114: END IF;
1115:
1116: -- build and attach bid notes as internal to PO attachments on cpa header.
1117: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

Line 1117: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

1113: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1114: END IF;
1115:
1116: -- build and attach bid notes as internal to PO attachments on cpa header.
1117: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1118: x_from_entity_name => 'PON_BID_BUYER_NOTES',
1119: x_auction_header_id => p_auction_header_id,
1120: x_auction_line_number => NULL,
1121: x_bid_number => p_bid_number,

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

1131: g_progress := '407';
1132: IF g_debug_stmt THEN
1133: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1134: p_token => g_progress,
1135: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1136: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1137: p_token => g_progress,
1138: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1139: END IF;

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

1134: p_token => g_progress,
1135: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_BUYER_NOTES');
1136: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1137: p_token => g_progress,
1138: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1139: END IF;
1140:
1141: -- Build and attach negotiation header notes as 'To Supplier' attachments on CPA header
1142: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

Line 1142: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

1138: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1139: END IF;
1140:
1141: -- Build and attach negotiation header notes as 'To Supplier' attachments on CPA header
1142: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1143: x_from_entity_name => 'PON_AUC_SUPPLIER_HEADER_NOTES',
1144: x_auction_header_id => p_auction_header_id,
1145: x_auction_line_number => NULL,
1146: x_bid_number => NULL,

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

1156: g_progress := '408';
1157: IF g_debug_stmt THEN
1158: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1159: p_token => g_progress,
1160: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1161: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1162: p_token => g_progress,
1163: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1164: END IF;

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

1159: p_token => g_progress,
1160: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_AUC_SUPPLIER_HEADER_NOTES');
1161: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1162: p_token => g_progress,
1163: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1164: END IF;
1165: -- Build and attach negotiation/bid header attributes as 'To Supplier'attachment on CPA Header
1166: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1167: x_from_entity_name => 'PON_BID_HEADER_ATTRIBUTES',

Line 1166: PO_NEGOTIATIONS_SV2.add_attch_dynamic(

1162: p_token => g_progress,
1163: p_message => 'Before calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1164: END IF;
1165: -- Build and attach negotiation/bid header attributes as 'To Supplier'attachment on CPA Header
1166: PO_NEGOTIATIONS_SV2.add_attch_dynamic(
1167: x_from_entity_name => 'PON_BID_HEADER_ATTRIBUTES',
1168: x_auction_header_id => p_auction_header_id,
1169: x_auction_line_number => NULL,
1170: x_bid_number => p_bid_number,

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

1180: g_progress := '409';
1181: IF g_debug_stmt THEN
1182: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1183: p_token => g_progress,
1184: p_message => 'After calling PO_NEGOTIATIONS_SV2.add_attch_dynamic for PON_BID_HEADER_ATTRIBUTES');
1185: END IF;
1186: IF (g_params_rec.po_num_code='AUTOMATIC') AND
1187: (g_cpa_csr.document_num = 'CPA 11.5.10+') THEN
1188: