DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_LOG

Line 536: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN

532: and nvl(end_date, sysdate+1) > sysdate;
533: EXCEPTION
534: WHEN TOO_MANY_ROWS THEN
535: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
536: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN
537: FND_LOG.string(log_level => FND_LOG.level_unexpected,
538: module => 'pon.plsql.pon_auction_pkg.email_list',
539: message => 'Multiple Users found for person_party_id:'|| x_auction_contact_id);
540: END IF;

Line 537: FND_LOG.string(log_level => FND_LOG.level_unexpected,

533: EXCEPTION
534: WHEN TOO_MANY_ROWS THEN
535: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
536: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN
537: FND_LOG.string(log_level => FND_LOG.level_unexpected,
538: module => 'pon.plsql.pon_auction_pkg.email_list',
539: message => 'Multiple Users found for person_party_id:'|| x_auction_contact_id);
540: END IF;
541: END IF;

Line 697: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

693: avalue => x_language_code);
694:
695: -- Set the userenv language so the message token (attribute) values that we retrieve using the
696: -- getMessage call return the message in the correct language => x_language_code
697: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
698: FND_LOG.string(log_level => FND_LOG.level_statement,
699: module => g_module_prefix || 'EMAIL_LIST',
700: message => '1. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
701: END IF; --}

Line 698: FND_LOG.string(log_level => FND_LOG.level_statement,

694:
695: -- Set the userenv language so the message token (attribute) values that we retrieve using the
696: -- getMessage call return the message in the correct language => x_language_code
697: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
698: FND_LOG.string(log_level => FND_LOG.level_statement,
699: module => g_module_prefix || 'EMAIL_LIST',
700: message => '1. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
701: END IF; --}
702:

Line 1128: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN

1124:
1125:
1126: BEGIN
1127:
1128: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1129: fnd_log.string(log_level => fnd_log.level_unexpected
1130: ,module => 'pon_auction_pkg.NotifyEmdAdminNegCancel'
1131: ,message => 'Start calling NotifyEmdAdminNegCancel');
1132: END IF;

Line 1129: fnd_log.string(log_level => fnd_log.level_unexpected

1125:
1126: BEGIN
1127:
1128: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1129: fnd_log.string(log_level => fnd_log.level_unexpected
1130: ,module => 'pon_auction_pkg.NotifyEmdAdminNegCancel'
1131: ,message => 'Start calling NotifyEmdAdminNegCancel');
1132: END IF;
1133: x_progress := '010';

Line 1245: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN

1241: itemkey => x_itemkey );
1242: pon_auction_pkg.UNSET_SESSION_LANGUAGE;
1243:
1244: x_progress := '029';
1245: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1246: fnd_log.string(log_level => fnd_log.level_unexpected
1247: ,module => 'pon_auction_pkg.NotifyEmdAdminNegCancel'
1248: ,message => 'End calling NotifyEmdAdminNegCancel');
1249: END IF;

Line 1246: fnd_log.string(log_level => fnd_log.level_unexpected

1242: pon_auction_pkg.UNSET_SESSION_LANGUAGE;
1243:
1244: x_progress := '029';
1245: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1246: fnd_log.string(log_level => fnd_log.level_unexpected
1247: ,module => 'pon_auction_pkg.NotifyEmdAdminNegCancel'
1248: ,message => 'End calling NotifyEmdAdminNegCancel');
1249: END IF;
1250:

Line 1278: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN

1274: and u.user_id = b.user_id
1275: and a.auction_header_id = p_auction_header_id;
1276:
1277: BEGIN
1278: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1279: fnd_log.string(log_level => fnd_log.level_unexpected
1280: ,module => 'pon_auction_pkg.email_emd_admins'
1281: ,message => 'Start calling email_emd_admins');
1282: END IF;

Line 1279: fnd_log.string(log_level => fnd_log.level_unexpected

1275: and a.auction_header_id = p_auction_header_id;
1276:
1277: BEGIN
1278: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1279: fnd_log.string(log_level => fnd_log.level_unexpected
1280: ,module => 'pon_auction_pkg.email_emd_admins'
1281: ,message => 'Start calling email_emd_admins');
1282: END IF;
1283: BEGIN

Line 1320: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN

1316: x_event_title,
1317: x_start_date);
1318: end loop;
1319: close all_emdAdmins;
1320: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1321: fnd_log.string(log_level => fnd_log.level_unexpected
1322: ,module => 'pon_auction_pkg.email_emd_admins'
1323: ,message => 'End calling email_emd_admins');
1324: END IF;

Line 1321: fnd_log.string(log_level => fnd_log.level_unexpected

1317: x_start_date);
1318: end loop;
1319: close all_emdAdmins;
1320: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
1321: fnd_log.string(log_level => fnd_log.level_unexpected
1322: ,module => 'pon_auction_pkg.email_emd_admins'
1323: ,message => 'End calling email_emd_admins');
1324: END IF;
1325:

Line 1484: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

1480:
1481:
1482: -- Set the userenv language so the message token (attribute) values that we retrieve using the
1483: -- getMessage call return the message in the correct language => x_language_code
1484: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
1485: FND_LOG.string(log_level => FND_LOG.level_statement,
1486: module => g_module_prefix || 'START_AUCTION',
1487: message => '2. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
1488: END IF; --}

Line 1485: FND_LOG.string(log_level => FND_LOG.level_statement,

1481:
1482: -- Set the userenv language so the message token (attribute) values that we retrieve using the
1483: -- getMessage call return the message in the correct language => x_language_code
1484: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
1485: FND_LOG.string(log_level => FND_LOG.level_statement,
1486: module => g_module_prefix || 'START_AUCTION',
1487: message => '2. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
1488: END IF; --}
1489:

Line 2126: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

2122:
2123: -- Set the userenv language so the message token (attribute) values that we retrieve using the
2124: -- getMessage call return the message in the correct language => x_language_code
2125:
2126: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
2127: FND_LOG.string(log_level => FND_LOG.level_statement,
2128: module => g_module_prefix || 'DISQUALIFY_BID',
2129: message => '3. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
2130: END IF; --}

Line 2127: FND_LOG.string(log_level => FND_LOG.level_statement,

2123: -- Set the userenv language so the message token (attribute) values that we retrieve using the
2124: -- getMessage call return the message in the correct language => x_language_code
2125:
2126: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
2127: FND_LOG.string(log_level => FND_LOG.level_statement,
2128: module => g_module_prefix || 'DISQUALIFY_BID',
2129: message => '3. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
2130: END IF; --}
2131:

Line 2703: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

2699: END IF;
2700:
2701: -- Set the userenv language so the message token (attribute) values that we retrieve using the
2702: -- getMessage call return the message in the correct language => x_language_code
2703: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
2704: FND_LOG.string(log_level => FND_LOG.level_statement,
2705: module => g_module_prefix || 'AWARD_BID',
2706: message => '4. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
2707: END IF; --}

Line 2704: FND_LOG.string(log_level => FND_LOG.level_statement,

2700:
2701: -- Set the userenv language so the message token (attribute) values that we retrieve using the
2702: -- getMessage call return the message in the correct language => x_language_code
2703: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
2704: FND_LOG.string(log_level => FND_LOG.level_statement,
2705: module => g_module_prefix || 'AWARD_BID',
2706: message => '4. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
2707: END IF; --}
2708:

Line 3414: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

3410: msg_name => p_message_name);
3411:
3412: IF (p_language_code is not null) THEN
3413:
3414: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
3415: FND_LOG.string(log_level => FND_LOG.level_statement,
3416: module => g_module_prefix || 'SEND_BIDDERS_NOTIFICATION',
3417: message => '5. Calling SET_SESSION_LANGUAGE with x_language_code : ' || p_language_code);
3418: END IF; --}

Line 3415: FND_LOG.string(log_level => FND_LOG.level_statement,

3411:
3412: IF (p_language_code is not null) THEN
3413:
3414: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
3415: FND_LOG.string(log_level => FND_LOG.level_statement,
3416: module => g_module_prefix || 'SEND_BIDDERS_NOTIFICATION',
3417: message => '5. Calling SET_SESSION_LANGUAGE with x_language_code : ' || p_language_code);
3418: END IF; --}
3419: SET_SESSION_LANGUAGE(null, p_language_code);

Line 4415: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

4411: and nvl(end_date, sysdate+1) > sysdate;
4412: EXCEPTION
4413: when too_many_rows then
4414: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
4415: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
4416: fnd_log.string(log_level => fnd_log.level_unexpected,
4417: module => 'pon.plsql.pon_auction_pkg.populate_role_with_invitees',
4418: message => 'Multiple Users found for person_party_id:'|| x_person_party_id);
4419: end if;

Line 4416: fnd_log.string(log_level => fnd_log.level_unexpected,

4412: EXCEPTION
4413: when too_many_rows then
4414: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
4415: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
4416: fnd_log.string(log_level => fnd_log.level_unexpected,
4417: module => 'pon.plsql.pon_auction_pkg.populate_role_with_invitees',
4418: message => 'Multiple Users found for person_party_id:'|| x_person_party_id);
4419: end if;
4420: end if;

Line 4838: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

4834: and nvl(end_date, sysdate+1) > sysdate;
4835: EXCEPTION
4836: when too_many_rows then
4837: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
4838: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
4839: fnd_log.string(log_level => fnd_log.level_unexpected,
4840: module => 'pon.plsql.pon_auction_pkg.check_auction_bidder',
4841: message => 'Multiple Users found for person_party_id:'|| p_trading_partner_contact_id);
4842: end if;

Line 4839: fnd_log.string(log_level => fnd_log.level_unexpected,

4835: EXCEPTION
4836: when too_many_rows then
4837: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
4838: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
4839: fnd_log.string(log_level => fnd_log.level_unexpected,
4840: module => 'pon.plsql.pon_auction_pkg.check_auction_bidder',
4841: message => 'Multiple Users found for person_party_id:'|| p_trading_partner_contact_id);
4842: end if;
4843: end if;

Line 5356: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

5352: v_hours := trunc(mod(v_difference*24,24));
5353: v_minutes := trunc(mod(v_difference*(24*60),60));
5354: v_seconds := trunc(mod(v_difference*(24*60*60),60));
5355:
5356: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
5357: FND_LOG.string(log_level => FND_LOG.level_statement,
5358: module => g_module_prefix || 'TIME_REMAINING',
5359: message => 'v_days = ' || v_days
5360: || ' v_hours = ' || v_hours

Line 5357: FND_LOG.string(log_level => FND_LOG.level_statement,

5353: v_minutes := trunc(mod(v_difference*(24*60),60));
5354: v_seconds := trunc(mod(v_difference*(24*60*60),60));
5355:
5356: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
5357: FND_LOG.string(log_level => FND_LOG.level_statement,
5358: module => g_module_prefix || 'TIME_REMAINING',
5359: message => 'v_days = ' || v_days
5360: || ' v_hours = ' || v_hours
5361: || ' v_minutes = ' || v_minutes

Line 5933: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

5929: and nvl(end_date, sysdate+1) > sysdate;
5930: EXCEPTION
5931: WHEN TOO_MANY_ROWS THEN
5932: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
5933: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
5934: fnd_log.string(log_level => fnd_log.level_unexpected,
5935: module => 'pon.plsql.pon_auction_pkg.closeearly_auction',
5936: message => 'Multiple Users found for person_party_id:'|| x_contact_id);
5937: end if;

Line 5934: fnd_log.string(log_level => fnd_log.level_unexpected,

5930: EXCEPTION
5931: WHEN TOO_MANY_ROWS THEN
5932: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
5933: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
5934: fnd_log.string(log_level => fnd_log.level_unexpected,
5935: module => 'pon.plsql.pon_auction_pkg.closeearly_auction',
5936: message => 'Multiple Users found for person_party_id:'|| x_contact_id);
5937: end if;
5938: end if;

Line 6046: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

6042: and nvl(end_date, sysdate+1) > sysdate;
6043: EXCEPTION
6044: WHEN TOO_MANY_ROWS THEN
6045: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
6046: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
6047: fnd_log.string(log_level => fnd_log.level_unexpected,
6048: module => 'pon.plsql.pon_auction_pkg.closechanged_auction',
6049: message => 'Multiple Users found for person_party_id:'|| x_contact_id);
6050: end if;

Line 6047: fnd_log.string(log_level => fnd_log.level_unexpected,

6043: EXCEPTION
6044: WHEN TOO_MANY_ROWS THEN
6045: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
6046: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
6047: fnd_log.string(log_level => fnd_log.level_unexpected,
6048: module => 'pon.plsql.pon_auction_pkg.closechanged_auction',
6049: message => 'Multiple Users found for person_party_id:'|| x_contact_id);
6050: end if;
6051: end if;

Line 6383: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6379:
6380: x_language_code VARCHAR2(60);
6381: x_language VARCHAR2(60);
6382: BEGIN
6383: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6384: FND_LOG.string(log_level => FND_LOG.level_statement,
6385: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6386: message => 'Entered procedure : p_language_code ' || p_language_code);
6387: END IF; --}

Line 6384: FND_LOG.string(log_level => FND_LOG.level_statement,

6380: x_language_code VARCHAR2(60);
6381: x_language VARCHAR2(60);
6382: BEGIN
6383: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6384: FND_LOG.string(log_level => FND_LOG.level_statement,
6385: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6386: message => 'Entered procedure : p_language_code ' || p_language_code);
6387: END IF; --}
6388:

Line 6391: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6387: END IF; --}
6388:
6389: g_original_lang_code := fnd_global.current_language;
6390:
6391: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6392: FND_LOG.string(log_level => FND_LOG.level_statement,
6393: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6394: message => 'g_original_lang_code ' || g_original_lang_code);
6395: END IF; --}

Line 6392: FND_LOG.string(log_level => FND_LOG.level_statement,

6388:
6389: g_original_lang_code := fnd_global.current_language;
6390:
6391: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6392: FND_LOG.string(log_level => FND_LOG.level_statement,
6393: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6394: message => 'g_original_lang_code ' || g_original_lang_code);
6395: END IF; --}
6396:

Line 6399: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6395: END IF; --}
6396:
6397: if (g_original_lang_code is not null) then
6398:
6399: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6400: FND_LOG.string(log_level => FND_LOG.level_statement,
6401: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6402: message => 'g_original_lang_code is not null so selecting g_original_language from the DB ');
6403: END IF; --}

Line 6400: FND_LOG.string(log_level => FND_LOG.level_statement,

6396:
6397: if (g_original_lang_code is not null) then
6398:
6399: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6400: FND_LOG.string(log_level => FND_LOG.level_statement,
6401: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6402: message => 'g_original_lang_code is not null so selecting g_original_language from the DB ');
6403: END IF; --}
6404:

Line 6410: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6406: into g_original_language
6407: from fnd_languages
6408: where language_code = g_original_lang_code;
6409:
6410: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6411: FND_LOG.string(log_level => FND_LOG.level_statement,
6412: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6413: message => 'g_original_lang_code is : ' || g_original_lang_code || ' after selecting it from the DB ');
6414: END IF; --}

Line 6411: FND_LOG.string(log_level => FND_LOG.level_statement,

6407: from fnd_languages
6408: where language_code = g_original_lang_code;
6409:
6410: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6411: FND_LOG.string(log_level => FND_LOG.level_statement,
6412: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6413: message => 'g_original_lang_code is : ' || g_original_lang_code || ' after selecting it from the DB ');
6414: END IF; --}
6415:

Line 6418: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6414: END IF; --}
6415:
6416:
6417: else
6418: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6419: FND_LOG.string(log_level => FND_LOG.level_statement,
6420: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6421: message => 'g_original_lang_code is null, so defaulting the language to US');
6422: END IF; --}

Line 6419: FND_LOG.string(log_level => FND_LOG.level_statement,

6415:
6416:
6417: else
6418: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6419: FND_LOG.string(log_level => FND_LOG.level_statement,
6420: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6421: message => 'g_original_lang_code is null, so defaulting the language to US');
6422: END IF; --}
6423:

Line 6430: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6426:
6427: end if;
6428:
6429: begin
6430: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6431: FND_LOG.string(log_level => FND_LOG.level_statement,
6432: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6433: message => 'p_language_code : ' || p_language_code);
6434: END IF; --}

Line 6431: FND_LOG.string(log_level => FND_LOG.level_statement,

6427: end if;
6428:
6429: begin
6430: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6431: FND_LOG.string(log_level => FND_LOG.level_statement,
6432: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6433: message => 'p_language_code : ' || p_language_code);
6434: END IF; --}
6435:

Line 6438: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6434: END IF; --}
6435:
6436: if (p_language_code is null) then
6437:
6438: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6439: FND_LOG.string(log_level => FND_LOG.level_statement,
6440: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6441: message => 'p_language_code is NULL so selecting it from fnd_language ');
6442: END IF; --}

Line 6439: FND_LOG.string(log_level => FND_LOG.level_statement,

6435:
6436: if (p_language_code is null) then
6437:
6438: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6439: FND_LOG.string(log_level => FND_LOG.level_statement,
6440: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6441: message => 'p_language_code is NULL so selecting it from fnd_language ');
6442: END IF; --}
6443:

Line 6449: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6445: into x_language_code
6446: from fnd_languages
6447: where nls_language = p_language;
6448:
6449: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6450: FND_LOG.string(log_level => FND_LOG.level_statement,
6451: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6452: message => 'x_language_code : ' || x_language_code);
6453: END IF; --}

Line 6450: FND_LOG.string(log_level => FND_LOG.level_statement,

6446: from fnd_languages
6447: where nls_language = p_language;
6448:
6449: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6450: FND_LOG.string(log_level => FND_LOG.level_statement,
6451: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6452: message => 'x_language_code : ' || x_language_code);
6453: END IF; --}
6454:

Line 6457: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6453: END IF; --}
6454:
6455: else
6456:
6457: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6458: FND_LOG.string(log_level => FND_LOG.level_statement,
6459: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6460: message => 'p_language_code is NOT NULL so assigning it to x_language_code');
6461: END IF; --}

Line 6458: FND_LOG.string(log_level => FND_LOG.level_statement,

6454:
6455: else
6456:
6457: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6458: FND_LOG.string(log_level => FND_LOG.level_statement,
6459: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6460: message => 'p_language_code is NOT NULL so assigning it to x_language_code');
6461: END IF; --}
6462:

Line 6466: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6462:
6463: x_language_code := p_language_code;
6464:
6465:
6466: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6467: FND_LOG.string(log_level => FND_LOG.level_statement,
6468: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6469: message => 'x_language_code : ' || x_language_code);
6470: END IF; --}

Line 6467: FND_LOG.string(log_level => FND_LOG.level_statement,

6463: x_language_code := p_language_code;
6464:
6465:
6466: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6467: FND_LOG.string(log_level => FND_LOG.level_statement,
6468: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6469: message => 'x_language_code : ' || x_language_code);
6470: END IF; --}
6471: end if;

Line 6473: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6469: message => 'x_language_code : ' || x_language_code);
6470: END IF; --}
6471: end if;
6472:
6473: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6474: FND_LOG.string(log_level => FND_LOG.level_statement,
6475: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6476: message => 'p_language : ' || p_language);
6477: END IF; --}

Line 6474: FND_LOG.string(log_level => FND_LOG.level_statement,

6470: END IF; --}
6471: end if;
6472:
6473: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6474: FND_LOG.string(log_level => FND_LOG.level_statement,
6475: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6476: message => 'p_language : ' || p_language);
6477: END IF; --}
6478:

Line 6481: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6477: END IF; --}
6478:
6479: if (p_language is not null) then
6480:
6481: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6482: FND_LOG.string(log_level => FND_LOG.level_statement,
6483: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6484: message => 'p_language is not NULL so calling the dbms_session.set_nls with p_language : '|| p_language);
6485: END IF; --}

Line 6482: FND_LOG.string(log_level => FND_LOG.level_statement,

6478:
6479: if (p_language is not null) then
6480:
6481: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6482: FND_LOG.string(log_level => FND_LOG.level_statement,
6483: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6484: message => 'p_language is not NULL so calling the dbms_session.set_nls with p_language : '|| p_language);
6485: END IF; --}
6486:

Line 6490: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6486:
6487: dbms_session.set_nls('NLS_LANGUAGE', p_language);
6488: else
6489:
6490: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6491: FND_LOG.string(log_level => FND_LOG.level_statement,
6492: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6493: message => 'p_language is NULL so selecting it from fnd_languages');
6494: END IF; --}

Line 6491: FND_LOG.string(log_level => FND_LOG.level_statement,

6487: dbms_session.set_nls('NLS_LANGUAGE', p_language);
6488: else
6489:
6490: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6491: FND_LOG.string(log_level => FND_LOG.level_statement,
6492: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6493: message => 'p_language is NULL so selecting it from fnd_languages');
6494: END IF; --}
6495:

Line 6503: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6499: where language_code = x_language_code;
6500:
6501: dbms_session.set_nls('NLS_LANGUAGE', x_language);
6502:
6503: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6504: FND_LOG.string(log_level => FND_LOG.level_statement,
6505: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6506: message => 'x_language : ' || x_language ||'; calling dbms_session.set_nls with x_language : '|| x_language);
6507: END IF; --}

Line 6504: FND_LOG.string(log_level => FND_LOG.level_statement,

6500:
6501: dbms_session.set_nls('NLS_LANGUAGE', x_language);
6502:
6503: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6504: FND_LOG.string(log_level => FND_LOG.level_statement,
6505: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6506: message => 'x_language : ' || x_language ||'; calling dbms_session.set_nls with x_language : '|| x_language);
6507: END IF; --}
6508:

Line 6513: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6509: end if;
6510: exception
6511: when others then
6512:
6513: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6514: FND_LOG.string(log_level => FND_LOG.level_statement,
6515: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6516: message => 'Exception when running the procedure; doing nothing');
6517: END IF; --}

Line 6514: FND_LOG.string(log_level => FND_LOG.level_statement,

6510: exception
6511: when others then
6512:
6513: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6514: FND_LOG.string(log_level => FND_LOG.level_statement,
6515: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6516: message => 'Exception when running the procedure; doing nothing');
6517: END IF; --}
6518:

Line 6522: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6518:
6519: null;
6520: end;
6521:
6522: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6523: FND_LOG.string(log_level => FND_LOG.level_statement,
6524: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6525: message => 'Setting PON_AUCTION_PKG.SessionLanguage to x_language_code : ' || x_language_code);
6526: END IF; --}

Line 6523: FND_LOG.string(log_level => FND_LOG.level_statement,

6519: null;
6520: end;
6521:
6522: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6523: FND_LOG.string(log_level => FND_LOG.level_statement,
6524: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6525: message => 'Setting PON_AUCTION_PKG.SessionLanguage to x_language_code : ' || x_language_code);
6526: END IF; --}
6527:

Line 6531: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6527:
6528: -- set this package variable to be used with the get_message calls.
6529: PON_AUCTION_PKG.SessionLanguage := x_language_code;
6530:
6531: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6532: FND_LOG.string(log_level => FND_LOG.level_statement,
6533: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6534: message => 'Setting PON_AUCTION_PKG.SessionLanguage : ' || PON_AUCTION_PKG.SessionLanguage);
6535: END IF; --}

Line 6532: FND_LOG.string(log_level => FND_LOG.level_statement,

6528: -- set this package variable to be used with the get_message calls.
6529: PON_AUCTION_PKG.SessionLanguage := x_language_code;
6530:
6531: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6532: FND_LOG.string(log_level => FND_LOG.level_statement,
6533: module => g_module_prefix || 'SET_SESSION_LANGUAGE',
6534: message => 'Setting PON_AUCTION_PKG.SessionLanguage : ' || PON_AUCTION_PKG.SessionLanguage);
6535: END IF; --}
6536:

Line 6542: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6538:
6539:
6540: PROCEDURE UNSET_SESSION_LANGUAGE is
6541: BEGIN
6542: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6543: FND_LOG.string(log_level => FND_LOG.level_statement,
6544: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6545: message => 'Entered the procedure; g_original_language : ' || g_original_language);
6546: END IF; --}

Line 6543: FND_LOG.string(log_level => FND_LOG.level_statement,

6539:
6540: PROCEDURE UNSET_SESSION_LANGUAGE is
6541: BEGIN
6542: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6543: FND_LOG.string(log_level => FND_LOG.level_statement,
6544: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6545: message => 'Entered the procedure; g_original_language : ' || g_original_language);
6546: END IF; --}
6547:

Line 6550: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6546: END IF; --}
6547:
6548: begin
6549: --dbms_session.set_nls('NLS_LANGUAGE', 'AMERICAN');
6550: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6551: FND_LOG.string(log_level => FND_LOG.level_statement,
6552: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6553: message => 'calling dbms_session.set_nls with g_original_language : ' || g_original_language);
6554: END IF; --}

Line 6551: FND_LOG.string(log_level => FND_LOG.level_statement,

6547:
6548: begin
6549: --dbms_session.set_nls('NLS_LANGUAGE', 'AMERICAN');
6550: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6551: FND_LOG.string(log_level => FND_LOG.level_statement,
6552: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6553: message => 'calling dbms_session.set_nls with g_original_language : ' || g_original_language);
6554: END IF; --}
6555:

Line 6559: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6555:
6556: dbms_session.set_nls('NLS_LANGUAGE', g_original_language);
6557: exception
6558: when others then
6559: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6560: FND_LOG.string(log_level => FND_LOG.level_statement,
6561: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6562: message => 'Exception when running the procedure; doing nothing');
6563: END IF; --}

Line 6560: FND_LOG.string(log_level => FND_LOG.level_statement,

6556: dbms_session.set_nls('NLS_LANGUAGE', g_original_language);
6557: exception
6558: when others then
6559: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6560: FND_LOG.string(log_level => FND_LOG.level_statement,
6561: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6562: message => 'Exception when running the procedure; doing nothing');
6563: END IF; --}
6564:

Line 6568: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6564:
6565: null;
6566: end;
6567:
6568: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6569: FND_LOG.string(log_level => FND_LOG.level_statement,
6570: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6571: message => 'Setting PON_AUCTION_PKG.SessionLanguage to g_original_lang_code : ' || g_original_lang_code);
6572: END IF; --}

Line 6569: FND_LOG.string(log_level => FND_LOG.level_statement,

6565: null;
6566: end;
6567:
6568: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6569: FND_LOG.string(log_level => FND_LOG.level_statement,
6570: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6571: message => 'Setting PON_AUCTION_PKG.SessionLanguage to g_original_lang_code : ' || g_original_lang_code);
6572: END IF; --}
6573: -- unset this package variable (used by the get_message calls).

Line 6577: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

6573: -- unset this package variable (used by the get_message calls).
6574: -- PON_AUCTION_PKG.SessionLanguage := 'US';
6575: PON_AUCTION_PKG.SessionLanguage := g_original_lang_code;
6576:
6577: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6578: FND_LOG.string(log_level => FND_LOG.level_statement,
6579: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6580: message => 'Setting PON_AUCTION_PKG.SessionLanguage : ' || PON_AUCTION_PKG.SessionLanguage);
6581: END IF; --}

Line 6578: FND_LOG.string(log_level => FND_LOG.level_statement,

6574: -- PON_AUCTION_PKG.SessionLanguage := 'US';
6575: PON_AUCTION_PKG.SessionLanguage := g_original_lang_code;
6576:
6577: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
6578: FND_LOG.string(log_level => FND_LOG.level_statement,
6579: module => g_module_prefix || 'UNSET_SESSION_LANGUAGE',
6580: message => 'Setting PON_AUCTION_PKG.SessionLanguage : ' || PON_AUCTION_PKG.SessionLanguage);
6581: END IF; --}
6582:

Line 7476: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

7472: END;
7473:
7474: IF (x_language_code is not null) THEN
7475:
7476: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
7477: FND_LOG.string(log_level => FND_LOG.level_statement,
7478: module => g_module_prefix || 'NOTIFY_ADDED_INVITEES',
7479: message => '7. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
7480: END IF; --}

Line 7477: FND_LOG.string(log_level => FND_LOG.level_statement,

7473:
7474: IF (x_language_code is not null) THEN
7475:
7476: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
7477: FND_LOG.string(log_level => FND_LOG.level_statement,
7478: module => g_module_prefix || 'NOTIFY_ADDED_INVITEES',
7479: message => '7. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
7480: END IF; --}
7481:

Line 7909: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

7905: and nvl(end_date,sysdate+1) > sysdate;
7906: exception
7907: when too_many_rows then
7908: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
7909: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
7910: fnd_log.string(log_level => fnd_log.level_unexpected,
7911: module => 'pon.plsql.pon_auction_pkg.get_user_name',
7912: message => 'Multiple Users found for person_party_id:'|| p_user_id);
7913: end if;

Line 7910: fnd_log.string(log_level => fnd_log.level_unexpected,

7906: exception
7907: when too_many_rows then
7908: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
7909: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
7910: fnd_log.string(log_level => fnd_log.level_unexpected,
7911: module => 'pon.plsql.pon_auction_pkg.get_user_name',
7912: message => 'Multiple Users found for person_party_id:'|| p_user_id);
7913: end if;
7914: end if;

Line 8028: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

8024: x_timezone := fnd_profile.value_specific('CLIENT_TIMEZONE_ID',x_user_id);
8025: exception
8026: when too_many_rows then
8027: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
8028: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
8029: fnd_log.string(log_level => fnd_log.level_unexpected,
8030: module => 'pon.plsql.pon_auction_pkg.get_time_zone',
8031: message => 'Multiple Users found for person_party_id:'|| contact_id);
8032: end if;

Line 8029: fnd_log.string(log_level => fnd_log.level_unexpected,

8025: exception
8026: when too_many_rows then
8027: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
8028: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
8029: fnd_log.string(log_level => fnd_log.level_unexpected,
8030: module => 'pon.plsql.pon_auction_pkg.get_time_zone',
8031: message => 'Multiple Users found for person_party_id:'|| contact_id);
8032: end if;
8033: end if;

Line 8046: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

8042: x_timezone := fnd_profile.value_specific('CLIENT_TIMEZONE_ID',x_user_id);
8043:
8044: when NO_DATA_FOUND then
8045: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
8046: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
8047: fnd_log.string(log_level => fnd_log.level_unexpected,
8048: module => 'pon.plsql.pon_auction_pkg.get_time_zone',
8049: message => 'No Active Users found for person_party_id:'|| contact_id);
8050: end if;

Line 8047: fnd_log.string(log_level => fnd_log.level_unexpected,

8043:
8044: when NO_DATA_FOUND then
8045: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
8046: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
8047: fnd_log.string(log_level => fnd_log.level_unexpected,
8048: module => 'pon.plsql.pon_auction_pkg.get_time_zone',
8049: message => 'No Active Users found for person_party_id:'|| contact_id);
8050: end if;
8051: end if;

Line 8063: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

8059: x_timezone := fnd_profile.value_specific('CLIENT_TIMEZONE_ID',x_user_id);
8060:
8061: when OTHERS then
8062: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
8063: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
8064: fnd_log.string(log_level => fnd_log.level_unexpected,
8065: module => 'pon.plsql.pon_auction_pkg.get_time_zone',
8066: message => 'Unknown exception for person_party_id:'|| contact_id);
8067: end if;

Line 8064: fnd_log.string(log_level => fnd_log.level_unexpected,

8060:
8061: when OTHERS then
8062: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
8063: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
8064: fnd_log.string(log_level => fnd_log.level_unexpected,
8065: module => 'pon.plsql.pon_auction_pkg.get_time_zone',
8066: message => 'Unknown exception for person_party_id:'|| contact_id);
8067: end if;
8068: end if;

Line 9270: --IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

9266: end if; -- }
9267:
9268: -- For bug#8353407
9269: --IF (x_language_code is not null) THEN
9270: --IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
9271: -- FND_LOG.string(log_level => FND_LOG.level_statement,
9272: -- module => g_module_prefix || 'NOTIFY_BIDDER_LIST_REMINDER',
9273: --message => '8. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
9274: --END IF; --}

Line 9271: -- FND_LOG.string(log_level => FND_LOG.level_statement,

9267:
9268: -- For bug#8353407
9269: --IF (x_language_code is not null) THEN
9270: --IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
9271: -- FND_LOG.string(log_level => FND_LOG.level_statement,
9272: -- module => g_module_prefix || 'NOTIFY_BIDDER_LIST_REMINDER',
9273: --message => '8. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
9274: --END IF; --}
9275:

Line 9295: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

9291:
9292: -- For bug#8353407
9293: IF (x_language_code is not null) THEN
9294:
9295: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
9296: FND_LOG.string(log_level => FND_LOG.level_statement,
9297: module => g_module_prefix || 'NOTIFY_BIDDER_LIST_REMINDER',
9298: message => '8. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
9299: END IF; --}

Line 9296: FND_LOG.string(log_level => FND_LOG.level_statement,

9292: -- For bug#8353407
9293: IF (x_language_code is not null) THEN
9294:
9295: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
9296: FND_LOG.string(log_level => FND_LOG.level_statement,
9297: module => g_module_prefix || 'NOTIFY_BIDDER_LIST_REMINDER',
9298: message => '8. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
9299: END IF; --}
9300:

Line 10022: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then

10018: -- Get the current policy
10019: v_old_policy := mo_global.get_access_mode();
10020: v_old_org_id := mo_global.get_current_org_id();
10021:
10022: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
10023: fnd_log.string(
10024: fnd_log.level_statement,
10025: g_module || '.check_unique_order_number',
10026: 'old_policy = ' || v_old_policy || ', old_org_id = ' || v_old_org_id);

Line 10023: fnd_log.string(

10019: v_old_policy := mo_global.get_access_mode();
10020: v_old_org_id := mo_global.get_current_org_id();
10021:
10022: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
10023: fnd_log.string(
10024: fnd_log.level_statement,
10025: g_module || '.check_unique_order_number',
10026: 'old_policy = ' || v_old_policy || ', old_org_id = ' || v_old_org_id);
10027: end if;

Line 10024: fnd_log.level_statement,

10020: v_old_org_id := mo_global.get_current_org_id();
10021:
10022: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
10023: fnd_log.string(
10024: fnd_log.level_statement,
10025: g_module || '.check_unique_order_number',
10026: 'old_policy = ' || v_old_policy || ', old_org_id = ' || v_old_org_id);
10027: end if;
10028:

Line 10677: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

10673: BEGIN
10674:
10675: l_progress := '000';
10676: x_return_status := FND_API.G_RET_STS_SUCCESS;
10677: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10678: FND_LOG.string (log_level => FND_LOG.level_procedure,
10679: module => g_module || l_module_name,
10680: message => 'Entering to Procedure ' || g_module || l_module_name
10681: || ', l_progress = ' || l_progress

Line 10678: FND_LOG.string (log_level => FND_LOG.level_procedure,

10674:
10675: l_progress := '000';
10676: x_return_status := FND_API.G_RET_STS_SUCCESS;
10677: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10678: FND_LOG.string (log_level => FND_LOG.level_procedure,
10679: module => g_module || l_module_name,
10680: message => 'Entering to Procedure ' || g_module || l_module_name
10681: || ', l_progress = ' || l_progress
10682: || ', p_auction_header_id = ' || p_auction_header_id

Line 10744: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

10740: AND pad.doctype_id = auh.doctype_id;
10741:
10742: l_progress := '030';
10743:
10744: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10745: FND_LOG.string (log_level => FND_LOG.level_procedure,
10746: module => g_module || l_module_name,
10747: message => 'After query execution : ' || g_module || l_module_name
10748: || ', l_progress = ' || l_progress

Line 10745: FND_LOG.string (log_level => FND_LOG.level_procedure,

10741:
10742: l_progress := '030';
10743:
10744: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10745: FND_LOG.string (log_level => FND_LOG.level_procedure,
10746: module => g_module || l_module_name,
10747: message => 'After query execution : ' || g_module || l_module_name
10748: || ', l_progress = ' || l_progress
10749: || ', l_doc_number = ' || l_doc_number

Line 10775: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

10771: -- retrieved in that language.
10772: IF p_user_id IS NOT NULL THEN
10773: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE (p_user_id, l_lang_code);
10774:
10775: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
10776: FND_LOG.string(log_level => FND_LOG.level_statement,
10777: module => g_module_prefix || 'SEND_TASK_ASSIGN_NOTIF',
10778: message => '9. Calling SET_SESSION_LANGUAGE with l_lang_code : ' || l_lang_code);
10779: END IF; --}

Line 10776: FND_LOG.string(log_level => FND_LOG.level_statement,

10772: IF p_user_id IS NOT NULL THEN
10773: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE (p_user_id, l_lang_code);
10774:
10775: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
10776: FND_LOG.string(log_level => FND_LOG.level_statement,
10777: module => g_module_prefix || 'SEND_TASK_ASSIGN_NOTIF',
10778: message => '9. Calling SET_SESSION_LANGUAGE with l_lang_code : ' || l_lang_code);
10779: END IF; --}
10780:

Line 10806: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

10802: token2_value => replaceHtmlChars(l_auction_title));
10803: l_progress := '050';
10804:
10805:
10806: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10807: FND_LOG.string (log_level => FND_LOG.level_procedure,
10808: module => g_module || l_module_name,
10809: message => 'After getting new time and subject : ' || g_module || l_module_name
10810: || ', l_progress = ' || l_progress

Line 10807: FND_LOG.string (log_level => FND_LOG.level_procedure,

10803: l_progress := '050';
10804:
10805:
10806: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10807: FND_LOG.string (log_level => FND_LOG.level_procedure,
10808: module => g_module || l_module_name,
10809: message => 'After getting new time and subject : ' || g_module || l_module_name
10810: || ', l_progress = ' || l_progress
10811: || ', l_auction_start_date = ' || l_auction_start_date

Line 10831: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

10827: itemkey => x_itemkey,
10828: process => 'TEAM_MEM_TASK_ASSIGNED');
10829: l_progress := '060';
10830:
10831: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10832: FND_LOG.string (log_level => FND_LOG.level_procedure,
10833: module => g_module || l_module_name,
10834: message => 'After CreateProcess ' || g_module || l_module_name
10835: || ', l_progress = ' || l_progress

Line 10832: FND_LOG.string (log_level => FND_LOG.level_procedure,

10828: process => 'TEAM_MEM_TASK_ASSIGNED');
10829: l_progress := '060';
10830:
10831: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10832: FND_LOG.string (log_level => FND_LOG.level_procedure,
10833: module => g_module || l_module_name,
10834: message => 'After CreateProcess ' || g_module || l_module_name
10835: || ', l_progress = ' || l_progress
10836: || ', x_itemtype = ' || x_itemtype

Line 10928: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

10924:
10925:
10926: l_progress := 'END';
10927:
10928: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10929: FND_LOG.string (log_level => FND_LOG.level_procedure,
10930: module => g_module || l_module_name,
10931: message => 'Procedure Ends ' || g_module || l_module_name
10932: || ', l_progress = ' || l_progress);

Line 10929: FND_LOG.string (log_level => FND_LOG.level_procedure,

10925:
10926: l_progress := 'END';
10927:
10928: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10929: FND_LOG.string (log_level => FND_LOG.level_procedure,
10930: module => g_module || l_module_name,
10931: message => 'Procedure Ends ' || g_module || l_module_name
10932: || ', l_progress = ' || l_progress);
10933: END IF;

Line 10938: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

10934:
10935: UNSET_SESSION_LANGUAGE;
10936:
10937: EXCEPTION WHEN OTHERS THEN
10938: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10939: FND_LOG.string (log_level => FND_LOG.level_procedure,
10940: module => g_module || l_module_name,
10941: message => 'In Exception Block : ' || g_module || l_module_name
10942: || ', l_progress = ' || l_progress

Line 10939: FND_LOG.string (log_level => FND_LOG.level_procedure,

10935: UNSET_SESSION_LANGUAGE;
10936:
10937: EXCEPTION WHEN OTHERS THEN
10938: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
10939: FND_LOG.string (log_level => FND_LOG.level_procedure,
10940: module => g_module || l_module_name,
10941: message => 'In Exception Block : ' || g_module || l_module_name
10942: || ', l_progress = ' || l_progress
10943: || ', p_auction_header_id = ' || p_auction_header_id

Line 11013: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11009:
11010: l_progress := '000';
11011: x_return_status := FND_API.G_RET_STS_SUCCESS;
11012:
11013: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11014: FND_LOG.string (log_level => FND_LOG.level_procedure,
11015: module => g_module || l_module_name,
11016: message => 'Entering to Procedure ' || g_module || l_module_name
11017: || ', l_progress = ' || l_progress

Line 11014: FND_LOG.string (log_level => FND_LOG.level_procedure,

11010: l_progress := '000';
11011: x_return_status := FND_API.G_RET_STS_SUCCESS;
11012:
11013: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11014: FND_LOG.string (log_level => FND_LOG.level_procedure,
11015: module => g_module || l_module_name,
11016: message => 'Entering to Procedure ' || g_module || l_module_name
11017: || ', l_progress = ' || l_progress
11018: || ', p_auction_header_id = ' || p_auction_header_id

Line 11058: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

11054:
11055: EXCEPTION
11056: WHEN TOO_MANY_ROWS THEN
11057: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
11058: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
11059: fnd_log.string(log_level => fnd_log.level_unexpected,
11060: module => 'pon.plsql.pon_auction_pkg.send_task_compl_notif',
11061: message => 'Multiple Users found for auction_header_id:'|| p_auction_header_id);
11062: end if;

Line 11059: fnd_log.string(log_level => fnd_log.level_unexpected,

11055: EXCEPTION
11056: WHEN TOO_MANY_ROWS THEN
11057: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
11058: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
11059: fnd_log.string(log_level => fnd_log.level_unexpected,
11060: module => 'pon.plsql.pon_auction_pkg.send_task_compl_notif',
11061: message => 'Multiple Users found for auction_header_id:'|| p_auction_header_id);
11062: end if;
11063: end if;

Line 11101: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11097: END;
11098:
11099: l_progress := '005';
11100:
11101: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11102: FND_LOG.string (log_level => FND_LOG.level_procedure,
11103: module => g_module || l_module_name,
11104: message => 'Entering to Procedure ' || g_module || l_module_name
11105: || ', l_progress = ' || l_progress

Line 11102: FND_LOG.string (log_level => FND_LOG.level_procedure,

11098:
11099: l_progress := '005';
11100:
11101: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11102: FND_LOG.string (log_level => FND_LOG.level_procedure,
11103: module => g_module || l_module_name,
11104: message => 'Entering to Procedure ' || g_module || l_module_name
11105: || ', l_progress = ' || l_progress
11106: || ', l_doc_number = ' || l_doc_number

Line 11154: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11150:
11151:
11152: l_progress := '030';
11153:
11154: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11155: FND_LOG.string (log_level => FND_LOG.level_procedure,
11156: module => g_module || l_module_name,
11157: message => 'After query execution : ' || g_module || l_module_name
11158: || ', l_progress = ' || l_progress

Line 11155: FND_LOG.string (log_level => FND_LOG.level_procedure,

11151:
11152: l_progress := '030';
11153:
11154: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11155: FND_LOG.string (log_level => FND_LOG.level_procedure,
11156: module => g_module || l_module_name,
11157: message => 'After query execution : ' || g_module || l_module_name
11158: || ', l_progress = ' || l_progress
11159: || ', l_language_code = ' || l_language_code

Line 11173: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

11169: -- retrieved in that language.
11170: IF l_tp_contact_usr_id IS NOT NULL THEN
11171: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE (l_tp_contact_usr_id, l_lang_code);
11172:
11173: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
11174: FND_LOG.string(log_level => FND_LOG.level_statement,
11175: module => g_module_prefix || 'SEND_TASK_COMPL_NOTIF',
11176: message => '10. Calling SET_SESSION_LANGUAGE with l_lang_code : ' || l_lang_code);
11177: END IF; --}

Line 11174: FND_LOG.string(log_level => FND_LOG.level_statement,

11170: IF l_tp_contact_usr_id IS NOT NULL THEN
11171: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE (l_tp_contact_usr_id, l_lang_code);
11172:
11173: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
11174: FND_LOG.string(log_level => FND_LOG.level_statement,
11175: module => g_module_prefix || 'SEND_TASK_COMPL_NOTIF',
11176: message => '10. Calling SET_SESSION_LANGUAGE with l_lang_code : ' || l_lang_code);
11177: END IF; --}
11178:

Line 11206: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11202:
11203: l_progress := '050';
11204:
11205:
11206: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11207: FND_LOG.string (log_level => FND_LOG.level_procedure,
11208: module => g_module || l_module_name,
11209: message => 'After getting new time and subject : ' || g_module || l_module_name
11210: || ', l_progress = ' || l_progress

Line 11207: FND_LOG.string (log_level => FND_LOG.level_procedure,

11203: l_progress := '050';
11204:
11205:
11206: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11207: FND_LOG.string (log_level => FND_LOG.level_procedure,
11208: module => g_module || l_module_name,
11209: message => 'After getting new time and subject : ' || g_module || l_module_name
11210: || ', l_progress = ' || l_progress
11211: || ', l_auction_start_date = ' || l_auction_start_date

Line 11233: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11229: itemkey => x_itemkey,
11230: process => 'TEAM_MEM_TASK_COMPLTD');
11231: l_progress := '060';
11232:
11233: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11234: FND_LOG.string (log_level => FND_LOG.level_procedure,
11235: module => g_module || l_module_name,
11236: message => 'After CreateProcess ' || g_module || l_module_name
11237: || ', l_progress = ' || l_progress

Line 11234: FND_LOG.string (log_level => FND_LOG.level_procedure,

11230: process => 'TEAM_MEM_TASK_COMPLTD');
11231: l_progress := '060';
11232:
11233: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11234: FND_LOG.string (log_level => FND_LOG.level_procedure,
11235: module => g_module || l_module_name,
11236: message => 'After CreateProcess ' || g_module || l_module_name
11237: || ', l_progress = ' || l_progress
11238: || ', x_itemtype = ' || x_itemtype

Line 11324: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11320:
11321:
11322: l_progress := 'END';
11323:
11324: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11325: FND_LOG.string (log_level => FND_LOG.level_procedure,
11326: module => g_module || l_module_name,
11327: message => 'Procedure Ends ' || g_module || l_module_name
11328: || ', l_progress = ' || l_progress);

Line 11325: FND_LOG.string (log_level => FND_LOG.level_procedure,

11321:
11322: l_progress := 'END';
11323:
11324: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11325: FND_LOG.string (log_level => FND_LOG.level_procedure,
11326: module => g_module || l_module_name,
11327: message => 'Procedure Ends ' || g_module || l_module_name
11328: || ', l_progress = ' || l_progress);
11329: END IF;

Line 11334: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11330:
11331: UNSET_SESSION_LANGUAGE;
11332:
11333: EXCEPTION WHEN OTHERS THEN
11334: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11335: FND_LOG.string (log_level => FND_LOG.level_procedure,
11336: module => g_module || l_module_name,
11337: message => 'In Exception Block : ' || g_module || l_module_name
11338: || ', l_progress = ' || l_progress

Line 11335: FND_LOG.string (log_level => FND_LOG.level_procedure,

11331: UNSET_SESSION_LANGUAGE;
11332:
11333: EXCEPTION WHEN OTHERS THEN
11334: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11335: FND_LOG.string (log_level => FND_LOG.level_procedure,
11336: module => g_module || l_module_name,
11337: message => 'In Exception Block : ' || g_module || l_module_name
11338: || ', l_progress = ' || l_progress
11339: || ', p_auction_header_id = ' || p_auction_header_id

Line 11403: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11399: l_progress := '000';
11400: x_return_status := FND_API.G_RET_STS_SUCCESS;
11401: l_null_date := null;
11402:
11403: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11404: FND_LOG.string (log_level => FND_LOG.level_procedure,
11405: module => g_module || l_module_name,
11406: message => 'Entering to Procedure ' || g_module || l_module_name
11407: || ', l_progress = ' || l_progress

Line 11404: FND_LOG.string (log_level => FND_LOG.level_procedure,

11400: x_return_status := FND_API.G_RET_STS_SUCCESS;
11401: l_null_date := null;
11402:
11403: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11404: FND_LOG.string (log_level => FND_LOG.level_procedure,
11405: module => g_module || l_module_name,
11406: message => 'Entering to Procedure ' || g_module || l_module_name
11407: || ', l_progress = ' || l_progress
11408: || ', p_bid_number = ' || p_bid_number);

Line 11456: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

11452: AND nvl(fu.end_date, sysdate+1) > sysdate;
11453: EXCEPTION
11454: WHEN TOO_MANY_ROWS THEN
11455: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
11456: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
11457: fnd_log.string(log_level => fnd_log.level_unexpected,
11458: module => 'pon.plsql.pon_auction_pkg.send_resp_notif',
11459: message => 'Multiple Users found for bid number:'|| p_bid_number);
11460: end if;

Line 11457: fnd_log.string(log_level => fnd_log.level_unexpected,

11453: EXCEPTION
11454: WHEN TOO_MANY_ROWS THEN
11455: if (nvl(fnd_profile.value('AFLOG_ENABLED'),'N') = 'Y') then
11456: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
11457: fnd_log.string(log_level => fnd_log.level_unexpected,
11458: module => 'pon.plsql.pon_auction_pkg.send_resp_notif',
11459: message => 'Multiple Users found for bid number:'|| p_bid_number);
11460: end if;
11461: end if;

Line 11511: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11507: END;
11508:
11509: l_progress := '010';
11510:
11511: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11512: FND_LOG.string (log_level => FND_LOG.level_procedure,
11513: module => g_module || l_module_name,
11514: message => 'Entering to Procedure ' || g_module || l_module_name
11515: || ', l_progress = ' || l_progress

Line 11512: FND_LOG.string (log_level => FND_LOG.level_procedure,

11508:
11509: l_progress := '010';
11510:
11511: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11512: FND_LOG.string (log_level => FND_LOG.level_procedure,
11513: module => g_module || l_module_name,
11514: message => 'Entering to Procedure ' || g_module || l_module_name
11515: || ', l_progress = ' || l_progress
11516: || ', l_doc_number = ' || l_doc_number

Line 11537: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

11533: l_progress := '020';
11534:
11535: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_auctioneer_user_name,l_lang_code);
11536:
11537: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
11538: FND_LOG.string(log_level => FND_LOG.level_statement,
11539: module => g_module_prefix ||l_module_name,
11540: message => '11. Calling SET_SESSION_LANGUAGE with l_lang_code : ' || l_lang_code);
11541: END IF; --}

Line 11538: FND_LOG.string(log_level => FND_LOG.level_statement,

11534:
11535: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_auctioneer_user_name,l_lang_code);
11536:
11537: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
11538: FND_LOG.string(log_level => FND_LOG.level_statement,
11539: module => g_module_prefix ||l_module_name,
11540: message => '11. Calling SET_SESSION_LANGUAGE with l_lang_code : ' || l_lang_code);
11541: END IF; --}
11542: SET_SESSION_LANGUAGE (null, l_lang_code);

Line 11546: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11542: SET_SESSION_LANGUAGE (null, l_lang_code);
11543:
11544: l_progress := '030';
11545:
11546: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11547: FND_LOG.string (log_level => FND_LOG.level_procedure,
11548: module => g_module || l_module_name,
11549: message => 'After query execution : ' || g_module || l_module_name
11550: || ', l_progress = ' || l_progress

Line 11547: FND_LOG.string (log_level => FND_LOG.level_procedure,

11543:
11544: l_progress := '030';
11545:
11546: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11547: FND_LOG.string (log_level => FND_LOG.level_procedure,
11548: module => g_module || l_module_name,
11549: message => 'After query execution : ' || g_module || l_module_name
11550: || ', l_progress = ' || l_progress
11551: || ', l_language_code = ' || l_language_code

Line 11582: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11578:
11579: l_progress := '050';
11580:
11581:
11582: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11583: FND_LOG.string (log_level => FND_LOG.level_procedure,
11584: module => g_module || l_module_name,
11585: message => 'After getting new time and subject : ' || g_module || l_module_name
11586: || ', l_progress = ' || l_progress

Line 11583: FND_LOG.string (log_level => FND_LOG.level_procedure,

11579: l_progress := '050';
11580:
11581:
11582: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11583: FND_LOG.string (log_level => FND_LOG.level_procedure,
11584: module => g_module || l_module_name,
11585: message => 'After getting new time and subject : ' || g_module || l_module_name
11586: || ', l_progress = ' || l_progress
11587: || ', l_auction_start_date = ' || l_auction_start_date

Line 11609: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11605: itemkey => l_itemkey,
11606: process => 'RESPONSE_PUBLISH');
11607: l_progress := '060';
11608:
11609: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11610: FND_LOG.string (log_level => FND_LOG.level_procedure,
11611: module => g_module || l_module_name,
11612: message => 'After CreateProcess ' || g_module || l_module_name
11613: || ', l_progress = ' || l_progress

Line 11610: FND_LOG.string (log_level => FND_LOG.level_procedure,

11606: process => 'RESPONSE_PUBLISH');
11607: l_progress := '060';
11608:
11609: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11610: FND_LOG.string (log_level => FND_LOG.level_procedure,
11611: module => g_module || l_module_name,
11612: message => 'After CreateProcess ' || g_module || l_module_name
11613: || ', l_progress = ' || l_progress
11614: || ', l_itemtype = ' || l_itemtype

Line 11758: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11754:
11755:
11756: l_progress := 'END';
11757:
11758: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11759: FND_LOG.string (log_level => FND_LOG.level_procedure,
11760: module => g_module || l_module_name,
11761: message => 'Procedure Ends ' || g_module || l_module_name
11762: || ', l_progress = ' || l_progress);

Line 11759: FND_LOG.string (log_level => FND_LOG.level_procedure,

11755:
11756: l_progress := 'END';
11757:
11758: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11759: FND_LOG.string (log_level => FND_LOG.level_procedure,
11760: module => g_module || l_module_name,
11761: message => 'Procedure Ends ' || g_module || l_module_name
11762: || ', l_progress = ' || l_progress);
11763: END IF;

Line 11768: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11764:
11765: UNSET_SESSION_LANGUAGE;
11766:
11767: EXCEPTION WHEN OTHERS THEN
11768: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11769: FND_LOG.string (log_level => FND_LOG.level_procedure,
11770: module => g_module || l_module_name,
11771: message => 'In Exception Block : ' || g_module || l_module_name
11772: || ', l_progress = ' || l_progress

Line 11769: FND_LOG.string (log_level => FND_LOG.level_procedure,

11765: UNSET_SESSION_LANGUAGE;
11766:
11767: EXCEPTION WHEN OTHERS THEN
11768: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11769: FND_LOG.string (log_level => FND_LOG.level_procedure,
11770: module => g_module || l_module_name,
11771: message => 'In Exception Block : ' || g_module || l_module_name
11772: || ', l_progress = ' || l_progress
11773: || ', l_auction_header_id = ' || l_auction_header_id);

Line 12002: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

11998:
11999: l_progress := '000';
12000: l_null_date := null;
12001:
12002: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12003: FND_LOG.string (log_level => FND_LOG.level_procedure,
12004: module => g_module || l_module_name,
12005: message => 'Entering to Procedure ' || g_module || l_module_name
12006: || ', l_progress = ' || l_progress

Line 12003: FND_LOG.string (log_level => FND_LOG.level_procedure,

11999: l_progress := '000';
12000: l_null_date := null;
12001:
12002: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12003: FND_LOG.string (log_level => FND_LOG.level_procedure,
12004: module => g_module || l_module_name,
12005: message => 'Entering to Procedure ' || g_module || l_module_name
12006: || ', l_progress = ' || l_progress
12007: || ', p_entryid = ' || p_entryid

Line 12075: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12071: AND auh.auction_header_id = pd.pk1_value
12072: AND pad.doctype_id = auh.doctype_id;
12073:
12074: l_progress := '002';
12075: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12076: FND_LOG.string (log_level => FND_LOG.level_procedure,
12077: module => g_module || l_module_name,
12078: message => 'Negotiation Data retrieved for Document Number: ' || l_doc_number);
12079: END IF;

Line 12076: FND_LOG.string (log_level => FND_LOG.level_procedure,

12072: AND pad.doctype_id = auh.doctype_id;
12073:
12074: l_progress := '002';
12075: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12076: FND_LOG.string (log_level => FND_LOG.level_procedure,
12077: module => g_module || l_module_name,
12078: message => 'Negotiation Data retrieved for Document Number: ' || l_doc_number);
12079: END IF;
12080:

Line 12464: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12460: actid,
12461: 'PON_WF_MESSAGE_NAME');
12462:
12463:
12464: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12465: FND_LOG.string (log_level => FND_LOG.level_procedure,
12466: module => g_module || l_module_name,
12467: message => 'In ' || g_module || l_module_name
12468: || ', itemtype = ' || itemtype

Line 12465: FND_LOG.string (log_level => FND_LOG.level_procedure,

12461: 'PON_WF_MESSAGE_NAME');
12462:
12463:
12464: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12465: FND_LOG.string (log_level => FND_LOG.level_procedure,
12466: module => g_module || l_module_name,
12467: message => 'In ' || g_module || l_module_name
12468: || ', itemtype = ' || itemtype
12469: || ', itemkey = ' || itemkey

Line 12562: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12558:
12559: EXCEPTION --}
12560: WHEN OTHERS THEN
12561: resultout := PON_WF_UTL_PKG.G_NO;
12562: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12563: FND_LOG.string (log_level => FND_LOG.level_procedure,
12564: module => g_module || l_module_name,
12565: message => 'Exception Block ' || g_module || l_module_name
12566: || ', l_negotiation_id = ' || l_negotiation_id

Line 12563: FND_LOG.string (log_level => FND_LOG.level_procedure,

12559: EXCEPTION --}
12560: WHEN OTHERS THEN
12561: resultout := PON_WF_UTL_PKG.G_NO;
12562: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12563: FND_LOG.string (log_level => FND_LOG.level_procedure,
12564: module => g_module || l_module_name,
12565: message => 'Exception Block ' || g_module || l_module_name
12566: || ', l_negotiation_id = ' || l_negotiation_id
12567: || ', l_wf_message_name = ' || l_wf_message_name

Line 12654: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN

12650:
12651: EXCEPTION
12652: WHEN TOO_MANY_ROWS THEN
12653: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
12654: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN
12655: FND_LOG.string(log_level => FND_LOG.level_unexpected,
12656: module => 'pon.plsql.pon_auction_pkg.notify_member 1',
12657: message => 'Multiple Users found for person_party_id:'|| p_userPartyId);
12658: END IF;

Line 12655: FND_LOG.string(log_level => FND_LOG.level_unexpected,

12651: EXCEPTION
12652: WHEN TOO_MANY_ROWS THEN
12653: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
12654: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN
12655: FND_LOG.string(log_level => FND_LOG.level_unexpected,
12656: module => 'pon.plsql.pon_auction_pkg.notify_member 1',
12657: message => 'Multiple Users found for person_party_id:'|| p_userPartyId);
12658: END IF;
12659: END IF;

Line 12687: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN

12683:
12684: EXCEPTION
12685: WHEN TOO_MANY_ROWS THEN
12686: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
12687: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN
12688: FND_LOG.string(log_level => FND_LOG.level_unexpected,
12689: module => 'pon.plsql.pon_auction_pkg.notify_member 2',
12690: message => 'Multiple Users found for person_party_id:'|| p_from_id);
12691: END IF;

Line 12688: FND_LOG.string(log_level => FND_LOG.level_unexpected,

12684: EXCEPTION
12685: WHEN TOO_MANY_ROWS THEN
12686: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
12687: IF (FND_LOG.level_unexpected >= FND_LOG.g_current_runtime_level) THEN
12688: FND_LOG.string(log_level => FND_LOG.level_unexpected,
12689: module => 'pon.plsql.pon_auction_pkg.notify_member 2',
12690: message => 'Multiple Users found for person_party_id:'|| p_from_id);
12691: END IF;
12692: END IF;

Line 12728: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

12724: PON_PROFILE_UTIL_PKG.GET_WF_PREFERENCES(l_user_name ,x_language_code,x_territory_code);
12725: END IF;
12726:
12727: IF (x_language_code is not null) THEN
12728: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
12729: FND_LOG.string(log_level => FND_LOG.level_statement,
12730: module => g_module_prefix || 'EMAIL_LIST',
12731: message => '12. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
12732: END IF; --}

Line 12729: FND_LOG.string(log_level => FND_LOG.level_statement,

12725: END IF;
12726:
12727: IF (x_language_code is not null) THEN
12728: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
12729: FND_LOG.string(log_level => FND_LOG.level_statement,
12730: module => g_module_prefix || 'EMAIL_LIST',
12731: message => '12. Calling SET_SESSION_LANGUAGE with x_language_code : ' || x_language_code);
12732: END IF; --}
12733: SET_SESSION_LANGUAGE(null, x_language_code);

Line 12747: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12743: x_timezone_disp =>l_timezone_disp);
12744:
12745:
12746: l_progress := '020';
12747: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12748: FND_LOG.string (log_level => FND_LOG.level_procedure,
12749: module => g_module || l_module_name,
12750: message => 'Negotiation Dates are converted to destination timezone: ' || l_timezone_disp);
12751: END IF;

Line 12748: FND_LOG.string (log_level => FND_LOG.level_procedure,

12744:
12745:
12746: l_progress := '020';
12747: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12748: FND_LOG.string (log_level => FND_LOG.level_procedure,
12749: module => g_module || l_module_name,
12750: message => 'Negotiation Dates are converted to destination timezone: ' || l_timezone_disp);
12751: END IF;
12752:

Line 12762: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12758: token2_value => replaceHtmlChars(p_auction_title));
12759:
12760:
12761: l_progress := '030';
12762: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12763: FND_LOG.string (log_level => FND_LOG.level_procedure,
12764: module => g_module || l_module_name,
12765: message => 'Disc. Message Subject: ' || l_msg_sent_subject);
12766: END IF;

Line 12763: FND_LOG.string (log_level => FND_LOG.level_procedure,

12759:
12760:
12761: l_progress := '030';
12762: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12763: FND_LOG.string (log_level => FND_LOG.level_procedure,
12764: module => g_module || l_module_name,
12765: message => 'Disc. Message Subject: ' || l_msg_sent_subject);
12766: END IF;
12767:

Line 12780: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12776: l_timezone_nodisp := PON_AUCTION_PKG.getMessage('PON_AUC_PREVIEW_DATE_NOTSPEC');
12777: END IF;
12778:
12779: l_progress := '040';
12780: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12781: FND_LOG.string (log_level => FND_LOG.level_procedure,
12782: module => g_module || l_module_name,
12783: message => 'Negotiation Preview Date is: ' || p_preview_date);
12784: END IF;

Line 12781: FND_LOG.string (log_level => FND_LOG.level_procedure,

12777: END IF;
12778:
12779: l_progress := '040';
12780: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12781: FND_LOG.string (log_level => FND_LOG.level_procedure,
12782: module => g_module || l_module_name,
12783: message => 'Negotiation Preview Date is: ' || p_preview_date);
12784: END IF;
12785:

Line 12787: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12783: message => 'Negotiation Preview Date is: ' || p_preview_date);
12784: END IF;
12785:
12786: l_progress := '050';
12787: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12788: FND_LOG.string (log_level => FND_LOG.level_procedure,
12789: module => g_module || l_module_name,
12790: message => 'This is a Point to Point Message');
12791: END IF;

Line 12788: FND_LOG.string (log_level => FND_LOG.level_procedure,

12784: END IF;
12785:
12786: l_progress := '050';
12787: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12788: FND_LOG.string (log_level => FND_LOG.level_procedure,
12789: module => g_module || l_module_name,
12790: message => 'This is a Point to Point Message');
12791: END IF;
12792:

Line 12795: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12791: END IF;
12792:
12793:
12794: l_progress := '060';
12795: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12796: FND_LOG.string (log_level => FND_LOG.level_procedure,
12797: module => g_module || l_module_name,
12798: message => 'Fetched the Formatted To Name:'|| l_recipient_name ||' , '||'and From Name:'|| l_sender_name);
12799: END IF;

Line 12796: FND_LOG.string (log_level => FND_LOG.level_procedure,

12792:
12793:
12794: l_progress := '060';
12795: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12796: FND_LOG.string (log_level => FND_LOG.level_procedure,
12797: module => g_module || l_module_name,
12798: message => 'Fetched the Formatted To Name:'|| l_recipient_name ||' , '||'and From Name:'|| l_sender_name);
12799: END IF;
12800:

Line 12830: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12826: itemkey => l_itemkey,
12827: process => 'DISC_MESSAGE_SENT');
12828:
12829: l_progress := '070';
12830: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12831: FND_LOG.string (log_level => FND_LOG.level_procedure,
12832: module => g_module || l_module_name,
12833: message => 'Created the DISC_MESSAGE_SENT Workflow process');
12834: END IF;

Line 12831: FND_LOG.string (log_level => FND_LOG.level_procedure,

12827: process => 'DISC_MESSAGE_SENT');
12828:
12829: l_progress := '070';
12830: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12831: FND_LOG.string (log_level => FND_LOG.level_procedure,
12832: module => g_module || l_module_name,
12833: message => 'Created the DISC_MESSAGE_SENT Workflow process');
12834: END IF;
12835:

Line 12971: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN

12967:
12968: l_progress := '080';
12969:
12970:
12971: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12972: FND_LOG.string (log_level => FND_LOG.level_procedure,
12973: module => g_module || l_module_name,
12974: message => 'Procedure Ends ' || g_module || l_module_name
12975: || ', l_progress = ' || l_progress);

Line 12972: FND_LOG.string (log_level => FND_LOG.level_procedure,

12968: l_progress := '080';
12969:
12970:
12971: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12972: FND_LOG.string (log_level => FND_LOG.level_procedure,
12973: module => g_module || l_module_name,
12974: message => 'Procedure Ends ' || g_module || l_module_name
12975: || ', l_progress = ' || l_progress);
12976: END IF;

Line 13072: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13068:
13069: BEGIN
13070:
13071: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13072: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13073: FND_LOG.string(log_level => FND_LOG.level_statement,
13074: module => 'pon.plsql.pon_auction_pkg.set_preview_date',
13075: message => 'Entered the procedure with params --- ' ||
13076: 'p_itemtype : ' || p_itemtype||

Line 13073: FND_LOG.string(log_level => FND_LOG.level_statement,

13069: BEGIN
13070:
13071: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13072: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13073: FND_LOG.string(log_level => FND_LOG.level_statement,
13074: module => 'pon.plsql.pon_auction_pkg.set_preview_date',
13075: message => 'Entered the procedure with params --- ' ||
13076: 'p_itemtype : ' || p_itemtype||
13077: ',p_itemkey : ' ||p_itemkey||

Line 13137: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13133: avalue => null);
13134: END IF;
13135:
13136: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13137: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13138: FND_LOG.string(log_level => FND_LOG.level_statement,
13139: module => 'pon.plsql.pon_auction_pkg.set_preview_date',
13140: message => 'Exiting the procedure');
13141: END IF;

Line 13138: FND_LOG.string(log_level => FND_LOG.level_statement,

13134: END IF;
13135:
13136: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13137: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13138: FND_LOG.string(log_level => FND_LOG.level_statement,
13139: module => 'pon.plsql.pon_auction_pkg.set_preview_date',
13140: message => 'Exiting the procedure');
13141: END IF;
13142: END IF;

Line 13157: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13153:
13154: BEGIN
13155:
13156: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13157: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13158: FND_LOG.string(log_level => FND_LOG.level_statement,
13159: module => 'pon.plsql.pon_auction_pkg.set_open_date',
13160: message => 'Entered the procedure with params --- ' ||
13161: 'p_itemtype : ' || p_itemtype||

Line 13158: FND_LOG.string(log_level => FND_LOG.level_statement,

13154: BEGIN
13155:
13156: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13157: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13158: FND_LOG.string(log_level => FND_LOG.level_statement,
13159: module => 'pon.plsql.pon_auction_pkg.set_open_date',
13160: message => 'Entered the procedure with params --- ' ||
13161: 'p_itemtype : ' || p_itemtype||
13162: ',p_itemkey : ' ||p_itemkey||

Line 13222: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13218:
13219: END IF;
13220:
13221: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13222: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13223: FND_LOG.string(log_level => FND_LOG.level_statement,
13224: module => 'pon.plsql.pon_auction_pkg.set_open_date',
13225: message => 'Exiting the procedure');
13226: END IF;

Line 13223: FND_LOG.string(log_level => FND_LOG.level_statement,

13219: END IF;
13220:
13221: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13222: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13223: FND_LOG.string(log_level => FND_LOG.level_statement,
13224: module => 'pon.plsql.pon_auction_pkg.set_open_date',
13225: message => 'Exiting the procedure');
13226: END IF;
13227: END IF;

Line 13241: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13237:
13238: BEGIN
13239:
13240: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13241: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13242: FND_LOG.string(log_level => FND_LOG.level_statement,
13243: module => 'pon.plsql.pon_auction_pkg.set_close_date',
13244: message => 'Entered the procedure with params --- ' ||
13245: 'p_itemtype : ' || p_itemtype||

Line 13242: FND_LOG.string(log_level => FND_LOG.level_statement,

13238: BEGIN
13239:
13240: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13241: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13242: FND_LOG.string(log_level => FND_LOG.level_statement,
13243: module => 'pon.plsql.pon_auction_pkg.set_close_date',
13244: message => 'Entered the procedure with params --- ' ||
13245: 'p_itemtype : ' || p_itemtype||
13246: ',p_itemkey : ' ||p_itemkey||

Line 13290: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13286: END IF;
13287:
13288:
13289: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13290: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13291: FND_LOG.string(log_level => FND_LOG.level_statement,
13292: module => 'pon.plsql.pon_auction_pkg.set_close_date',
13293: message => 'Exiting the procedure');
13294: END IF;

Line 13291: FND_LOG.string(log_level => FND_LOG.level_statement,

13287:
13288:
13289: IF (NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y') THEN
13290: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13291: FND_LOG.string(log_level => FND_LOG.level_statement,
13292: module => 'pon.plsql.pon_auction_pkg.set_close_date',
13293: message => 'Exiting the procedure');
13294: END IF;
13295: END IF;

Line 13333: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13329: v_temp NUMBER;
13330:
13331: BEGIN
13332:
13333: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13334: FND_LOG.string(log_level => FND_LOG.level_statement,
13335: module => g_module_prefix || '.get_negotiation_details',
13336: message => 'Entered the procedure ' ||
13337: 'p_auction_header_id = ' || p_auction_header_id ||

Line 13334: FND_LOG.string(log_level => FND_LOG.level_statement,

13330:
13331: BEGIN
13332:
13333: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13334: FND_LOG.string(log_level => FND_LOG.level_statement,
13335: module => g_module_prefix || '.get_negotiation_details',
13336: message => 'Entered the procedure ' ||
13337: 'p_auction_header_id = ' || p_auction_header_id ||
13338: ', p_trading_partner_contact_id = ' || p_user_trading_partner_id);

Line 13368: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13364: x_carrier := PON_PRINTING_PKG.GET_CARRIER_DESCRIPTION(v_org_id,v_carrier_code);
13365: x_unlocked_by_display := PON_LOCALE_PKG.GET_PARTY_DISPLAY_NAME(v_sealed_unlock_tp_contact_id);
13366: x_unsealed_by_display := PON_LOCALE_PKG.GET_PARTY_DISPLAY_NAME(v_sealed_unseal_tp_contact_id);
13367:
13368: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13369: FND_LOG.string( log_level => FND_LOG.level_statement,
13370: module => g_module_prefix || '.get_negotiation_details',
13371: message => 'x_time_left = ' || x_time_left
13372: || ', x_buyer_display = ' || x_buyer_display

Line 13369: FND_LOG.string( log_level => FND_LOG.level_statement,

13365: x_unlocked_by_display := PON_LOCALE_PKG.GET_PARTY_DISPLAY_NAME(v_sealed_unlock_tp_contact_id);
13366: x_unsealed_by_display := PON_LOCALE_PKG.GET_PARTY_DISPLAY_NAME(v_sealed_unseal_tp_contact_id);
13367:
13368: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13369: FND_LOG.string( log_level => FND_LOG.level_statement,
13370: module => g_module_prefix || '.get_negotiation_details',
13371: message => 'x_time_left = ' || x_time_left
13372: || ', x_buyer_display = ' || x_buyer_display
13373: || ', x_carrier = ' || x_carrier

Line 13449: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13445: x_is_paused
13446: FROM
13447: DUAL;
13448:
13449: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13450: FND_LOG.string (log_level => FND_LOG.level_statement,
13451: module => g_module_prefix || '.get_negotiation_details',
13452: message => 'x_has_active_company_bid = ' || x_has_active_company_bid
13453: || ' x_is_multi_site = ' || x_is_multi_site

Line 13450: FND_LOG.string (log_level => FND_LOG.level_statement,

13446: FROM
13447: DUAL;
13448:
13449: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13450: FND_LOG.string (log_level => FND_LOG.level_statement,
13451: module => g_module_prefix || '.get_negotiation_details',
13452: message => 'x_has_active_company_bid = ' || x_has_active_company_bid
13453: || ' x_is_multi_site = ' || x_is_multi_site
13454: || ' x_all_site_bid_on = ' || x_all_site_bid_on

Line 13485: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13481: AND pspay.pay_item_type(+) ='RATE'
13482: AND fl_pay_item.lookup_type(+) = 'PAYMENT TYPE'
13483: AND fl_pay_item.lookup_code(+) = pspay.pay_item_type;
13484:
13485: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13486: FND_LOG.string (log_level => FND_LOG.level_statement,
13487: module => g_module_prefix || '.get_negotiation_details',
13488: message => 'x_outcome_display = ' || x_outcome_display
13489: || ' x_advances_flag = ' || x_advances_flag

Line 13486: FND_LOG.string (log_level => FND_LOG.level_statement,

13482: AND fl_pay_item.lookup_type(+) = 'PAYMENT TYPE'
13483: AND fl_pay_item.lookup_code(+) = pspay.pay_item_type;
13484:
13485: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13486: FND_LOG.string (log_level => FND_LOG.level_statement,
13487: module => g_module_prefix || '.get_negotiation_details',
13488: message => 'x_outcome_display = ' || x_outcome_display
13489: || ' x_advances_flag = ' || x_advances_flag
13490: || ' x_retainage_flag = ' || x_retainage_flag

Line 13525: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13521: v_time_remaining number; -- to store the time remaining for auction to close
13522: l_show_countdown varchar2(1) := 'N'; -- return value, default 'N'
13523:
13524: BEGIN
13525: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13526: FND_LOG.string (log_level => FND_LOG.level_statement,
13527: module => g_module_prefix || '.show_countdown',
13528: message => 'Entered show_countdown with p_auction_header_id = ' || p_auction_header_id);
13529: END IF;

Line 13526: FND_LOG.string (log_level => FND_LOG.level_statement,

13522: l_show_countdown varchar2(1) := 'N'; -- return value, default 'N'
13523:
13524: BEGIN
13525: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13526: FND_LOG.string (log_level => FND_LOG.level_statement,
13527: module => g_module_prefix || '.show_countdown',
13528: message => 'Entered show_countdown with p_auction_header_id = ' || p_auction_header_id);
13529: END IF;
13530:

Line 13541: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13537: FROM pon_auction_headers_all
13538: WHERE auction_header_id = p_auction_header_id
13539: AND open_bidding_date < sysdate;
13540:
13541: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13542: FND_LOG.string (log_level => FND_LOG.level_statement,
13543: module => g_module_prefix || '.show_countdown',
13544: message => 'p_auction_header_id = ' || p_auction_header_id
13545: || ', v_auction_status = ' || v_auction_status

Line 13542: FND_LOG.string (log_level => FND_LOG.level_statement,

13538: WHERE auction_header_id = p_auction_header_id
13539: AND open_bidding_date < sysdate;
13540:
13541: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13542: FND_LOG.string (log_level => FND_LOG.level_statement,
13543: module => g_module_prefix || '.show_countdown',
13544: message => 'p_auction_header_id = ' || p_auction_header_id
13545: || ', v_auction_status = ' || v_auction_status
13546: || ', v_time_remaining = ' || v_time_remaining);

Line 13564: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13560: ELSE -- more than 24 hours left
13561: l_show_countdown := 'N';
13562: END IF;
13563:
13564: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13565: FND_LOG.string (log_level => FND_LOG.level_statement,
13566: module => g_module_prefix || '.show_countdown',
13567: message => 'Returning l_show_countdown = ' || l_show_countdown);
13568: END IF;

Line 13565: FND_LOG.string (log_level => FND_LOG.level_statement,

13561: l_show_countdown := 'N';
13562: END IF;
13563:
13564: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13565: FND_LOG.string (log_level => FND_LOG.level_statement,
13566: module => g_module_prefix || '.show_countdown',
13567: message => 'Returning l_show_countdown = ' || l_show_countdown);
13568: END IF;
13569:

Line 13576: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13572:
13573: EXCEPTION
13574: WHEN NO_DATA_FOUND THEN -- auction is in preview mode, return 'N'
13575: l_show_countdown := 'N';
13576: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13577: FND_LOG.string (log_level => FND_LOG.level_statement,
13578: module => g_module_prefix || '.show_countdown',
13579: message => 'Returning l_show_countdown = ' || l_show_countdown);
13580: END IF;

Line 13577: FND_LOG.string (log_level => FND_LOG.level_statement,

13573: EXCEPTION
13574: WHEN NO_DATA_FOUND THEN -- auction is in preview mode, return 'N'
13575: l_show_countdown := 'N';
13576: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13577: FND_LOG.string (log_level => FND_LOG.level_statement,
13578: module => g_module_prefix || '.show_countdown',
13579: message => 'Returning l_show_countdown = ' || l_show_countdown);
13580: END IF;
13581: Return l_show_countdown;

Line 13588: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13584: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
13585: x_error_code := SQLCODE;
13586: x_error_message := SUBSTR(SQLERRM, 1, 100);
13587:
13588: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13589: FND_LOG.string (log_level => FND_LOG.level_exception,
13590: module => g_module_prefix || '.show_countdown',
13591: message => 'Exception occured in show_countdown'
13592: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13589: FND_LOG.string (log_level => FND_LOG.level_exception,

13585: x_error_code := SQLCODE;
13586: x_error_message := SUBSTR(SQLERRM, 1, 100);
13587:
13588: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13589: FND_LOG.string (log_level => FND_LOG.level_exception,
13590: module => g_module_prefix || '.show_countdown',
13591: message => 'Exception occured in show_countdown'
13592: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13593: END IF;

Line 13630: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13626: v_ext_all_lines varchar2(1); -- whether auto extend all lines
13627: l_flag varchar2(1) := 'N'; -- Return value defaulted to 'N'
13628: BEGIN
13629:
13630: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13631: FND_LOG.string (log_level => FND_LOG.level_statement,
13632: module => g_module_prefix || '.has_distinct_closing_dates',
13633: message => 'Entered has_distinct_closing_dates with p_auction_header_id = ' || p_auction_header_id);
13634: END IF;

Line 13631: FND_LOG.string (log_level => FND_LOG.level_statement,

13627: l_flag varchar2(1) := 'N'; -- Return value defaulted to 'N'
13628: BEGIN
13629:
13630: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13631: FND_LOG.string (log_level => FND_LOG.level_statement,
13632: module => g_module_prefix || '.has_distinct_closing_dates',
13633: message => 'Entered has_distinct_closing_dates with p_auction_header_id = ' || p_auction_header_id);
13634: END IF;
13635:

Line 13647: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13643: INTO v_time_left, v_is_staggered, v_ext_all_lines
13644: FROM pon_auction_headers_all
13645: WHERE auction_header_id = p_auction_header_id;
13646:
13647: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13648: FND_LOG.string (log_level => FND_LOG.level_statement,
13649: module => g_module_prefix || '.has_distinct_closing_dates',
13650: message => 'p_auction_header_id = ' || p_auction_header_id
13651: || ', v_time_left = ' || v_time_left

Line 13648: FND_LOG.string (log_level => FND_LOG.level_statement,

13644: FROM pon_auction_headers_all
13645: WHERE auction_header_id = p_auction_header_id;
13646:
13647: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13648: FND_LOG.string (log_level => FND_LOG.level_statement,
13649: module => g_module_prefix || '.has_distinct_closing_dates',
13650: message => 'p_auction_header_id = ' || p_auction_header_id
13651: || ', v_time_left = ' || v_time_left
13652: || ', v_is_staggered = ' || v_is_staggered

Line 13666: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13662: ELSE
13663: l_flag := 'N';
13664: END IF;
13665:
13666: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13667: FND_LOG.string (log_level => FND_LOG.level_statement,
13668: module => g_module_prefix || '.has_distinct_closing_dates',
13669: message => 'Returning l_flag = ' || l_flag);
13670: END IF;

Line 13667: FND_LOG.string (log_level => FND_LOG.level_statement,

13663: l_flag := 'N';
13664: END IF;
13665:
13666: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13667: FND_LOG.string (log_level => FND_LOG.level_statement,
13668: module => g_module_prefix || '.has_distinct_closing_dates',
13669: message => 'Returning l_flag = ' || l_flag);
13670: END IF;
13671:

Line 13680: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13676: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
13677: x_error_code := SQLCODE;
13678: x_error_message := SUBSTR(SQLERRM, 1, 100);
13679:
13680: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13681: FND_LOG.string (log_level => FND_LOG.level_exception,
13682: module => g_module_prefix || '.has_distinct_closing_dates',
13683: message => 'Exception occured in has_distinct_closing_dates'
13684: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13681: FND_LOG.string (log_level => FND_LOG.level_exception,

13677: x_error_code := SQLCODE;
13678: x_error_message := SUBSTR(SQLERRM, 1, 100);
13679:
13680: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13681: FND_LOG.string (log_level => FND_LOG.level_exception,
13682: module => g_module_prefix || '.has_distinct_closing_dates',
13683: message => 'Exception occured in has_distinct_closing_dates'
13684: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13685: END IF;

Line 13716: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13712:
13713: -- update g_tp_cache_rec from the cache
13714: update_cache_rec;
13715:
13716: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13717: FND_LOG.string (log_level => FND_LOG.level_statement,
13718: module => g_module_prefix || '.get_technical_meaning',
13719: message => 'Returning technical_meaning = ' || g_tp_cache_rec.technical_meaning);
13720: END IF;

Line 13717: FND_LOG.string (log_level => FND_LOG.level_statement,

13713: -- update g_tp_cache_rec from the cache
13714: update_cache_rec;
13715:
13716: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13717: FND_LOG.string (log_level => FND_LOG.level_statement,
13718: module => g_module_prefix || '.get_technical_meaning',
13719: message => 'Returning technical_meaning = ' || g_tp_cache_rec.technical_meaning);
13720: END IF;
13721:

Line 13726: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13722: -- return technical_meaning
13723: return g_tp_cache_rec.technical_meaning;
13724: EXCEPTION
13725: WHEN OTHERS THEN
13726: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13727: FND_LOG.string (log_level => FND_LOG.level_exception,
13728: module => g_module_prefix || '.get_technical_meaning',
13729: message => 'Exception occured in get_technical_meaning'
13730: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13727: FND_LOG.string (log_level => FND_LOG.level_exception,

13723: return g_tp_cache_rec.technical_meaning;
13724: EXCEPTION
13725: WHEN OTHERS THEN
13726: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13727: FND_LOG.string (log_level => FND_LOG.level_exception,
13728: module => g_module_prefix || '.get_technical_meaning',
13729: message => 'Exception occured in get_technical_meaning'
13730: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13731: END IF;

Line 13762: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13758:
13759: -- update g_tp_cache_rec from the cache
13760: update_cache_rec;
13761:
13762: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13763: FND_LOG.string (log_level => FND_LOG.level_statement,
13764: module => g_module_prefix || '.get_commercial_meaning',
13765: message => 'Returning commercial_meaning = ' || g_tp_cache_rec.commercial_meaning);
13766: END IF;

Line 13763: FND_LOG.string (log_level => FND_LOG.level_statement,

13759: -- update g_tp_cache_rec from the cache
13760: update_cache_rec;
13761:
13762: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13763: FND_LOG.string (log_level => FND_LOG.level_statement,
13764: module => g_module_prefix || '.get_commercial_meaning',
13765: message => 'Returning commercial_meaning = ' || g_tp_cache_rec.commercial_meaning);
13766: END IF;
13767:

Line 13772: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13768: -- return commercial_meaning
13769: return g_tp_cache_rec.commercial_meaning;
13770: EXCEPTION
13771: WHEN OTHERS THEN
13772: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13773: FND_LOG.string (log_level => FND_LOG.level_exception,
13774: module => g_module_prefix || '.get_commercial_meaning',
13775: message => 'Exception occured in get_commercial_meaning'
13776: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13773: FND_LOG.string (log_level => FND_LOG.level_exception,

13769: return g_tp_cache_rec.commercial_meaning;
13770: EXCEPTION
13771: WHEN OTHERS THEN
13772: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13773: FND_LOG.string (log_level => FND_LOG.level_exception,
13774: module => g_module_prefix || '.get_commercial_meaning',
13775: message => 'Exception occured in get_commercial_meaning'
13776: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13777: END IF;

Line 13826: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13822: l_document_number pon_auction_headers_all.document_number%TYPE;
13823: l_trading_partner_name pon_auction_headers_all.trading_partner_name%TYPE;
13824:
13825: BEGIN
13826: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13827: FND_LOG.string (log_level => FND_LOG.level_statement,
13828: module => g_module_prefix || '.notify_bidders_tech_complete',
13829: message => 'Entered notify_bidders_tech_complete with p_auction_header_id = ' || p_auction_header_id);
13830: END IF;

Line 13827: FND_LOG.string (log_level => FND_LOG.level_statement,

13823: l_trading_partner_name pon_auction_headers_all.trading_partner_name%TYPE;
13824:
13825: BEGIN
13826: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13827: FND_LOG.string (log_level => FND_LOG.level_statement,
13828: module => g_module_prefix || '.notify_bidders_tech_complete',
13829: message => 'Entered notify_bidders_tech_complete with p_auction_header_id = ' || p_auction_header_id);
13830: END IF;
13831:

Line 13846: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13842: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
13843: x_error_code := SQLCODE;
13844: x_error_message := SUBSTR(SQLERRM, 1, 100);
13845:
13846: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13847: FND_LOG.string (log_level => FND_LOG.level_exception,
13848: module => g_module_prefix || '.notify_bidders_tech_complete',
13849: message => 'NO_DATA_FOUND in pon_auction_headers_all for p_auction_header_id :'
13850: || p_auction_header_id || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13847: FND_LOG.string (log_level => FND_LOG.level_exception,

13843: x_error_code := SQLCODE;
13844: x_error_message := SUBSTR(SQLERRM, 1, 100);
13845:
13846: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13847: FND_LOG.string (log_level => FND_LOG.level_exception,
13848: module => g_module_prefix || '.notify_bidders_tech_complete',
13849: message => 'NO_DATA_FOUND in pon_auction_headers_all for p_auction_header_id :'
13850: || p_auction_header_id || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13851: END IF;

Line 13858: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13854: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
13855: x_error_code := SQLCODE;
13856: x_error_message := SUBSTR(SQLERRM, 1, 100);
13857:
13858: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13859: FND_LOG.string (log_level => FND_LOG.level_exception,
13860: module => g_module_prefix || '.notify_bidders_tech_complete',
13861: message => 'TOO_MANY_ROWS in pon_auction_headers_all for p_auction_header_id :'
13862: || p_auction_header_id || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13859: FND_LOG.string (log_level => FND_LOG.level_exception,

13855: x_error_code := SQLCODE;
13856: x_error_message := SUBSTR(SQLERRM, 1, 100);
13857:
13858: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13859: FND_LOG.string (log_level => FND_LOG.level_exception,
13860: module => g_module_prefix || '.notify_bidders_tech_complete',
13861: message => 'TOO_MANY_ROWS in pon_auction_headers_all for p_auction_header_id :'
13862: || p_auction_header_id || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13863: END IF;

Line 13870: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13866: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
13867: x_error_code := SQLCODE;
13868: x_error_message := SUBSTR(SQLERRM, 1, 100);
13869:
13870: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13871: FND_LOG.string (log_level => FND_LOG.level_exception,
13872: module => g_module_prefix || '.notify_bidders_tech_complete',
13873: message => 'Exception occured in notify_bidders_tech_complete'
13874: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13871: FND_LOG.string (log_level => FND_LOG.level_exception,

13867: x_error_code := SQLCODE;
13868: x_error_message := SUBSTR(SQLERRM, 1, 100);
13869:
13870: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13871: FND_LOG.string (log_level => FND_LOG.level_exception,
13872: module => g_module_prefix || '.notify_bidders_tech_complete',
13873: message => 'Exception occured in notify_bidders_tech_complete'
13874: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13875: END IF;

Line 13895: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13891: wf_engine.CreateProcess(itemtype => x_item_type,
13892: itemkey => x_item_key,
13893: process => 'PON_TECH_SHORTLIST_NOTIFY');
13894:
13895: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13896: FND_LOG.string (log_level => FND_LOG.level_statement,
13897: module => g_module_prefix || '.notify_bidders_tech_complete',
13898: message => 'Created workflow process with itemtype = ' || x_item_type || ' and itemkey = '
13899: || x_item_key);

Line 13896: FND_LOG.string (log_level => FND_LOG.level_statement,

13892: itemkey => x_item_key,
13893: process => 'PON_TECH_SHORTLIST_NOTIFY');
13894:
13895: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13896: FND_LOG.string (log_level => FND_LOG.level_statement,
13897: module => g_module_prefix || '.notify_bidders_tech_complete',
13898: message => 'Created workflow process with itemtype = ' || x_item_type || ' and itemkey = '
13899: || x_item_key);
13900: END IF;

Line 13962: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13958: itemkey => x_item_key,
13959: aname => 'ORIGIN_USER_NAME',
13960: avalue => fnd_global.user_name);
13961:
13962: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13963: FND_LOG.string (log_level => FND_LOG.level_statement,
13964: module => g_module_prefix || '.notify_bidders_tech_complete',
13965: message => ' Passed these attributes -- BIDDER_TP_CONTACT_NAME :' || l_bidder_name ||
13966: ' PREPARER_TP_NAME :' || l_trading_partner_name || ' AUCTION_ID :' || p_auction_header_id ||

Line 13963: FND_LOG.string (log_level => FND_LOG.level_statement,

13959: aname => 'ORIGIN_USER_NAME',
13960: avalue => fnd_global.user_name);
13961:
13962: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13963: FND_LOG.string (log_level => FND_LOG.level_statement,
13964: module => g_module_prefix || '.notify_bidders_tech_complete',
13965: message => ' Passed these attributes -- BIDDER_TP_CONTACT_NAME :' || l_bidder_name ||
13966: ' PREPARER_TP_NAME :' || l_trading_partner_name || ' AUCTION_ID :' || p_auction_header_id ||
13967: ' BID_ID :' || bidder.bid_number || ' AUCTION_TITLE :' || l_auction_title ||

Line 13976: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

13972: -- start the workflow
13973: wf_engine.StartProcess( itemtype => x_item_type,
13974: itemkey => x_item_key);
13975:
13976: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13977: FND_LOG.string (log_level => FND_LOG.level_statement,
13978: module => g_module_prefix || '.notify_bidders_tech_complete',
13979: message => ' Workflow process started');
13980: END IF;

Line 13977: FND_LOG.string (log_level => FND_LOG.level_statement,

13973: wf_engine.StartProcess( itemtype => x_item_type,
13974: itemkey => x_item_key);
13975:
13976: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
13977: FND_LOG.string (log_level => FND_LOG.level_statement,
13978: module => g_module_prefix || '.notify_bidders_tech_complete',
13979: message => ' Workflow process started');
13980: END IF;
13981:

Line 13990: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

13986: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
13987: x_error_code := SQLCODE;
13988: x_error_message := SUBSTR(SQLERRM, 1, 100);
13989:
13990: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13991: FND_LOG.string (log_level => FND_LOG.level_exception,
13992: module => g_module_prefix || '.notify_bidders_tech_complete',
13993: message => 'Exception occured in notify_bidders_tech_complete'
13994: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );

Line 13991: FND_LOG.string (log_level => FND_LOG.level_exception,

13987: x_error_code := SQLCODE;
13988: x_error_message := SUBSTR(SQLERRM, 1, 100);
13989:
13990: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
13991: FND_LOG.string (log_level => FND_LOG.level_exception,
13992: module => g_module_prefix || '.notify_bidders_tech_complete',
13993: message => 'Exception occured in notify_bidders_tech_complete'
13994: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
13995: END IF;

Line 14021: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14017: l_commercial_lock_meaning VARCHAR2(30);
14018:
14019: BEGIN
14020:
14021: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14022: FND_LOG.string(log_level => FND_LOG.level_statement,
14023: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14024: message => 'Entering the function with params -- p_auction_header_id = ' || p_auction_header_id
14025: || ' p_user_trading_partner_id = ' || p_user_trading_partner_id

Line 14022: FND_LOG.string(log_level => FND_LOG.level_statement,

14018:
14019: BEGIN
14020:
14021: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14022: FND_LOG.string(log_level => FND_LOG.level_statement,
14023: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14024: message => 'Entering the function with params -- p_auction_header_id = ' || p_auction_header_id
14025: || ' p_user_trading_partner_id = ' || p_user_trading_partner_id
14026: );

Line 14052: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14048: l_award_status
14049: FROM pon_auction_headers_all
14050: WHERE auction_header_id = p_auction_header_id;
14051:
14052: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14053: FND_LOG.string(log_level => FND_LOG.level_statement,
14054: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14055: message => 'l_two_part_flag = ' || l_two_part_flag
14056: || ' l_technical_lock_status = ' || l_technical_lock_status

Line 14053: FND_LOG.string(log_level => FND_LOG.level_statement,

14049: FROM pon_auction_headers_all
14050: WHERE auction_header_id = p_auction_header_id;
14051:
14052: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14053: FND_LOG.string(log_level => FND_LOG.level_statement,
14054: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14055: message => 'l_two_part_flag = ' || l_two_part_flag
14056: || ' l_technical_lock_status = ' || l_technical_lock_status
14057: || ' l_technical_evaluation_status = ' || l_technical_evaluation_status

Line 14092: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14088:
14089: THEN --{
14090: -- comes here when we should show the status old style.
14091: -- check if it is buyer
14092: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14093: FND_LOG.string(log_level => FND_LOG.level_statement,
14094: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14095: message => 'Old style status has to be shown for this auction'
14096: );

Line 14093: FND_LOG.string(log_level => FND_LOG.level_statement,

14089: THEN --{
14090: -- comes here when we should show the status old style.
14091: -- check if it is buyer
14092: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14093: FND_LOG.string(log_level => FND_LOG.level_statement,
14094: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14095: message => 'Old style status has to be shown for this auction'
14096: );
14097: END IF;

Line 14101: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14097: END IF;
14098:
14099: IF (l_is_buyer) THEN
14100:
14101: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14102: FND_LOG.string(log_level => FND_LOG.level_statement,
14103: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14104: message => '1. Buyer Status'
14105: );

Line 14102: FND_LOG.string(log_level => FND_LOG.level_statement,

14098:
14099: IF (l_is_buyer) THEN
14100:
14101: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14102: FND_LOG.string(log_level => FND_LOG.level_statement,
14103: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14104: message => '1. Buyer Status'
14105: );
14106: END IF;

Line 14129: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14125: WHERE pav.auction_header_id = p_auction_header_id
14126: AND fl.lookup_type = 'PON_AUCTION_STATUS'
14127: AND fl.lookup_code = pav.negotiation_status;
14128:
14129: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14130: FND_LOG.string(log_level => FND_LOG.level_statement,
14131: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14132: message => 'l_buyer_meaning : ' || l_buyer_meaning
14133: || '; l_buyer_sealed_meaning = ' || l_buyer_sealed_meaning

Line 14130: FND_LOG.string(log_level => FND_LOG.level_statement,

14126: AND fl.lookup_type = 'PON_AUCTION_STATUS'
14127: AND fl.lookup_code = pav.negotiation_status;
14128:
14129: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14130: FND_LOG.string(log_level => FND_LOG.level_statement,
14131: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14132: message => 'l_buyer_meaning : ' || l_buyer_meaning
14133: || '; l_buyer_sealed_meaning = ' || l_buyer_sealed_meaning
14134: );

Line 14139: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14135: END IF;
14136: -- set up message
14137: l_message := l_buyer_meaning || l_buyer_sealed_meaning;
14138:
14139: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14140: FND_LOG.string(log_level => FND_LOG.level_statement,
14141: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14142: message => 'l_message : ' || l_message
14143: );

Line 14140: FND_LOG.string(log_level => FND_LOG.level_statement,

14136: -- set up message
14137: l_message := l_buyer_meaning || l_buyer_sealed_meaning;
14138:
14139: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14140: FND_LOG.string(log_level => FND_LOG.level_statement,
14141: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14142: message => 'l_message : ' || l_message
14143: );
14144: END IF;

Line 14151: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14147:
14148: -- not a buyer, generate message for supplier
14149: ELSE
14150:
14151: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14152: FND_LOG.string(log_level => FND_LOG.level_statement,
14153: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14154: message => '3. Supplier Status'
14155: );

Line 14152: FND_LOG.string(log_level => FND_LOG.level_statement,

14148: -- not a buyer, generate message for supplier
14149: ELSE
14150:
14151: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14152: FND_LOG.string(log_level => FND_LOG.level_statement,
14153: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14154: message => '3. Supplier Status'
14155: );
14156: END IF;

Line 14177: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14173: WHERE pav.auction_header_id = p_auction_header_id
14174: AND fl.lookup_type = 'PON_AUCTION_STATUS'
14175: AND fl.lookup_code = pav.suppl_negotiation_status;
14176:
14177: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14178: FND_LOG.string(log_level => FND_LOG.level_statement,
14179: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14180: message => 'l_supp_meaning : ' || l_supp_meaning
14181: || '; l_supp_sealed_meaning : ' || l_supp_sealed_meaning

Line 14178: FND_LOG.string(log_level => FND_LOG.level_statement,

14174: AND fl.lookup_type = 'PON_AUCTION_STATUS'
14175: AND fl.lookup_code = pav.suppl_negotiation_status;
14176:
14177: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14178: FND_LOG.string(log_level => FND_LOG.level_statement,
14179: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14180: message => 'l_supp_meaning : ' || l_supp_meaning
14181: || '; l_supp_sealed_meaning : ' || l_supp_sealed_meaning
14182: );

Line 14188: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14184:
14185: -- set up message
14186: l_message := l_supp_meaning || l_supp_sealed_meaning;
14187:
14188: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14189: FND_LOG.string(log_level => FND_LOG.level_statement,
14190: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14191: message => '4. l_message : ' || l_message
14192: );

Line 14189: FND_LOG.string(log_level => FND_LOG.level_statement,

14185: -- set up message
14186: l_message := l_supp_meaning || l_supp_sealed_meaning;
14187:
14188: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14189: FND_LOG.string(log_level => FND_LOG.level_statement,
14190: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14191: message => '4. l_message : ' || l_message
14192: );
14193: END IF;

Line 14202: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14198: --}
14199: ELSE -- it is a two part RFQ, conditions for new-style messages are met
14200: --{
14201:
14202: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14203: FND_LOG.string(log_level => FND_LOG.level_statement,
14204: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14205: message => '5. This is a Two Part RFQ'
14206: );

Line 14203: FND_LOG.string(log_level => FND_LOG.level_statement,

14199: ELSE -- it is a two part RFQ, conditions for new-style messages are met
14200: --{
14201:
14202: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14203: FND_LOG.string(log_level => FND_LOG.level_statement,
14204: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14205: message => '5. This is a Two Part RFQ'
14206: );
14207: END IF;

Line 14221: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14217: INTO l_technical_lock_meaning, l_commercial_lock_meaning
14218: FROM pon_auction_headers_all
14219: WHERE auction_header_id = p_auction_header_id;
14220:
14221: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14222: FND_LOG.string(log_level => FND_LOG.level_statement,
14223: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14224: message => 'l_technical_lock_meaning : ' || l_technical_lock_meaning
14225: || ';l_commercial_lock_meaning : ' || l_commercial_lock_meaning

Line 14222: FND_LOG.string(log_level => FND_LOG.level_statement,

14218: FROM pon_auction_headers_all
14219: WHERE auction_header_id = p_auction_header_id;
14220:
14221: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14222: FND_LOG.string(log_level => FND_LOG.level_statement,
14223: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14224: message => 'l_technical_lock_meaning : ' || l_technical_lock_meaning
14225: || ';l_commercial_lock_meaning : ' || l_commercial_lock_meaning
14226: );

Line 14236: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14232: IF (l_auction_status2 in ('CANCELLED') ) THEN
14233:
14234: fnd_message.set_name('PON', 'PON_TWO_PART_CANCELLED');
14235:
14236: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14237: FND_LOG.string(log_level => FND_LOG.level_statement,
14238: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14239: message => 'The auction is cancelled after technically unlocking/unsealing it');
14240: END IF;

Line 14237: FND_LOG.string(log_level => FND_LOG.level_statement,

14233:
14234: fnd_message.set_name('PON', 'PON_TWO_PART_CANCELLED');
14235:
14236: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14237: FND_LOG.string(log_level => FND_LOG.level_statement,
14238: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14239: message => 'The auction is cancelled after technically unlocking/unsealing it');
14240: END IF;
14241:

Line 14252: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14248:
14249: -- check if it is buyer
14250: if (l_is_buyer) then
14251:
14252: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14253: FND_LOG.string(log_level => FND_LOG.level_statement,
14254: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14255: message => '6. Buyer Status '
14256: );

Line 14253: FND_LOG.string(log_level => FND_LOG.level_statement,

14249: -- check if it is buyer
14250: if (l_is_buyer) then
14251:
14252: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14253: FND_LOG.string(log_level => FND_LOG.level_statement,
14254: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14255: message => '6. Buyer Status '
14256: );
14257: END IF;

Line 14265: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14261: -- it means round is completed
14262: -- show Round Completed (Unlocked/Unsealed: Technical)
14263: if l_auction_status2 = 'AUCTION_CLOSED' and l_award_status = 'NO' then
14264:
14265: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14266: FND_LOG.string(log_level => FND_LOG.level_statement,
14267: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14268: message => 'l_auction_status2 : '|| l_auction_status2
14269: ||'l_award_status : '|| l_award_status

Line 14266: FND_LOG.string(log_level => FND_LOG.level_statement,

14262: -- show Round Completed (Unlocked/Unsealed: Technical)
14263: if l_auction_status2 = 'AUCTION_CLOSED' and l_award_status = 'NO' then
14264:
14265: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14266: FND_LOG.string(log_level => FND_LOG.level_statement,
14267: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14268: message => 'l_auction_status2 : '|| l_auction_status2
14269: ||'l_award_status : '|| l_award_status
14270: ||'That is Round is complete. So showing Round Completed (Unlocked/Unsealed: Technical)'

Line 14277: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14273: END IF;
14274:
14275: if l_commercial_lock_status = 'LOCKED' then
14276:
14277: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14278: FND_LOG.string(log_level => FND_LOG.level_statement,
14279: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14280: message => 'Auction has a commercial lock on it'
14281: );

Line 14278: FND_LOG.string(log_level => FND_LOG.level_statement,

14274:
14275: if l_commercial_lock_status = 'LOCKED' then
14276:
14277: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14278: FND_LOG.string(log_level => FND_LOG.level_statement,
14279: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14280: message => 'Auction has a commercial lock on it'
14281: );
14282: END IF;

Line 14289: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14285: fnd_message.set_token('SEALED_STATUS', l_technical_lock_meaning);
14286: fnd_message.set_token('ROUND',get_technical_meaning);
14287: l_message := fnd_message.get;
14288:
14289: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14290: FND_LOG.string(log_level => FND_LOG.level_statement,
14291: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14292: message => '7. l_message : '|| l_message
14293: );

Line 14290: FND_LOG.string(log_level => FND_LOG.level_statement,

14286: fnd_message.set_token('ROUND',get_technical_meaning);
14287: l_message := fnd_message.get;
14288:
14289: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14290: FND_LOG.string(log_level => FND_LOG.level_statement,
14291: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14292: message => '7. l_message : '|| l_message
14293: );
14294: END IF;

Line 14300: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14296: else
14297: fnd_message.set_name('PON', 'PON_AUC_ROUNDCOMP');
14298: l_message := fnd_message.get || ' (' || l_commercial_lock_meaning || ')';
14299:
14300: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14301: FND_LOG.string(log_level => FND_LOG.level_statement,
14302: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14303: message => '8. l_message : '|| l_message
14304: );

Line 14301: FND_LOG.string(log_level => FND_LOG.level_statement,

14297: fnd_message.set_name('PON', 'PON_AUC_ROUNDCOMP');
14298: l_message := fnd_message.get || ' (' || l_commercial_lock_meaning || ')';
14299:
14300: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14301: FND_LOG.string(log_level => FND_LOG.level_statement,
14302: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14303: message => '8. l_message : '|| l_message
14304: );
14305: END IF;

Line 14311: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14307: end if;
14308: -- if technical evaluation is complete,
14309: elsif l_technical_evaluation_status = 'COMPLETED' and l_commercial_lock_status = 'LOCKED' then
14310:
14311: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14312: FND_LOG.string(log_level => FND_LOG.level_statement,
14313: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14314: message => 'Technical evaluation is completed and the commercial lock is still on'
14315: );

Line 14312: FND_LOG.string(log_level => FND_LOG.level_statement,

14308: -- if technical evaluation is complete,
14309: elsif l_technical_evaluation_status = 'COMPLETED' and l_commercial_lock_status = 'LOCKED' then
14310:
14311: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14312: FND_LOG.string(log_level => FND_LOG.level_statement,
14313: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14314: message => 'Technical evaluation is completed and the commercial lock is still on'
14315: );
14316: END IF;

Line 14324: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14320: --fnd_message.set_token('EVALUATION_COMPLETE', eval_complete_meaning);
14321: fnd_message.set_token('ROUND',get_technical_meaning);
14322: l_message := fnd_message.get;
14323:
14324: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14325: FND_LOG.string(log_level => FND_LOG.level_statement,
14326: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14327: message => '9. l_message : ' ||l_message
14328: );

Line 14325: FND_LOG.string(log_level => FND_LOG.level_statement,

14321: fnd_message.set_token('ROUND',get_technical_meaning);
14322: l_message := fnd_message.get;
14323:
14324: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14325: FND_LOG.string(log_level => FND_LOG.level_statement,
14326: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14327: message => '9. l_message : ' ||l_message
14328: );
14329: END IF;

Line 14335: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14331:
14332: -- technical evaluation is in progress, check commercial seal status
14333: elsif l_commercial_lock_status = 'LOCKED' then
14334:
14335: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14336: FND_LOG.string(log_level => FND_LOG.level_statement,
14337: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14338: message => 'Technical evaluation is in progress and the commercial lock is still on'
14339: );

Line 14336: FND_LOG.string(log_level => FND_LOG.level_statement,

14332: -- technical evaluation is in progress, check commercial seal status
14333: elsif l_commercial_lock_status = 'LOCKED' then
14334:
14335: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14336: FND_LOG.string(log_level => FND_LOG.level_statement,
14337: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14338: message => 'Technical evaluation is in progress and the commercial lock is still on'
14339: );
14340: END IF;

Line 14344: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14340: END IF;
14341:
14342: if l_technical_lock_status = 'ACTIVE' then
14343:
14344: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14345: FND_LOG.string(log_level => FND_LOG.level_statement,
14346: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14347: message => 'Technical lock status is ACTIVE'
14348: );

Line 14345: FND_LOG.string(log_level => FND_LOG.level_statement,

14341:
14342: if l_technical_lock_status = 'ACTIVE' then
14343:
14344: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14345: FND_LOG.string(log_level => FND_LOG.level_statement,
14346: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14347: message => 'Technical lock status is ACTIVE'
14348: );
14349: END IF;

Line 14358: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14354: fnd_message.set_token('ROUND',get_technical_meaning);
14355: --fnd_message.set_token('SEALED_AUCTION_STATUS', l_commercial_lock_meaning);
14356: l_message := fnd_message.get || ' (' || l_technical_lock_meaning || ')';
14357:
14358: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14359: FND_LOG.string(log_level => FND_LOG.level_statement,
14360: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14361: message => '10. l_message : ' || l_message
14362: );

Line 14359: FND_LOG.string(log_level => FND_LOG.level_statement,

14355: --fnd_message.set_token('SEALED_AUCTION_STATUS', l_commercial_lock_meaning);
14356: l_message := fnd_message.get || ' (' || l_technical_lock_meaning || ')';
14357:
14358: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14359: FND_LOG.string(log_level => FND_LOG.level_statement,
14360: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14361: message => '10. l_message : ' || l_message
14362: );
14363: END IF;

Line 14367: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14363: END IF;
14364:
14365: else -- technical unlocked, commercial locked
14366: -- show Evaluation in Progress: Technical
14367: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14368: FND_LOG.string(log_level => FND_LOG.level_statement,
14369: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14370: message => 'Technical unclocked but commercially locked '
14371: );

Line 14368: FND_LOG.string(log_level => FND_LOG.level_statement,

14364:
14365: else -- technical unlocked, commercial locked
14366: -- show Evaluation in Progress: Technical
14367: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14368: FND_LOG.string(log_level => FND_LOG.level_statement,
14369: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14370: message => 'Technical unclocked but commercially locked '
14371: );
14372: END IF;

Line 14379: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14375: --fnd_message.set_token('EVALUATION_IN_PROGRESS', eval_in_prog_meaning);
14376: fnd_message.set_token('ROUND',get_technical_meaning);
14377: l_message := fnd_message.get;
14378:
14379: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14380: FND_LOG.string(log_level => FND_LOG.level_statement,
14381: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14382: message => '11. l_message : ' ||l_message
14383: );

Line 14380: FND_LOG.string(log_level => FND_LOG.level_statement,

14376: fnd_message.set_token('ROUND',get_technical_meaning);
14377: l_message := fnd_message.get;
14378:
14379: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14380: FND_LOG.string(log_level => FND_LOG.level_statement,
14381: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14382: message => '11. l_message : ' ||l_message
14383: );
14384: END IF;

Line 14392: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14388: -- commercial part unlocked
14389: elsif l_commercial_lock_status = 'UNLOCKED' then
14390: -- show Evaluation in Progress: Commercial
14391:
14392: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14393: FND_LOG.string(log_level => FND_LOG.level_statement,
14394: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14395: message => 'commercial part unlocked'
14396: );

Line 14393: FND_LOG.string(log_level => FND_LOG.level_statement,

14389: elsif l_commercial_lock_status = 'UNLOCKED' then
14390: -- show Evaluation in Progress: Commercial
14391:
14392: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14393: FND_LOG.string(log_level => FND_LOG.level_statement,
14394: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14395: message => 'commercial part unlocked'
14396: );
14397: END IF;

Line 14404: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14400: --fnd_message.set_token('EVALUATION_IN_PROGRESS', eval_in_prog_meaning);
14401: fnd_message.set_token('ROUND',get_commercial_meaning);
14402: l_message := fnd_message.get;
14403:
14404: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14405: FND_LOG.string(log_level => FND_LOG.level_statement,
14406: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14407: message => '12. l_message'
14408: );

Line 14405: FND_LOG.string(log_level => FND_LOG.level_statement,

14401: fnd_message.set_token('ROUND',get_commercial_meaning);
14402: l_message := fnd_message.get;
14403:
14404: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14405: FND_LOG.string(log_level => FND_LOG.level_statement,
14406: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14407: message => '12. l_message'
14408: );
14409: END IF;

Line 14416: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14412: else
14413: -- if auction_status is AUCTION_CLOSED and AWARD_STATUS is NO
14414: -- it means round is completed
14415: -- show Round Completed (Unsealed)
14416: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14417: FND_LOG.string(log_level => FND_LOG.level_statement,
14418: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14419: message => 'commercial unsealed ; Auction Statuses : '||
14420: 'l_auction_status2 ' || l_auction_status2 || '; l_award_status : ' || l_award_status

Line 14417: FND_LOG.string(log_level => FND_LOG.level_statement,

14413: -- if auction_status is AUCTION_CLOSED and AWARD_STATUS is NO
14414: -- it means round is completed
14415: -- show Round Completed (Unsealed)
14416: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14417: FND_LOG.string(log_level => FND_LOG.level_statement,
14418: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14419: message => 'commercial unsealed ; Auction Statuses : '||
14420: 'l_auction_status2 ' || l_auction_status2 || '; l_award_status : ' || l_award_status
14421: );

Line 14430: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14426: --fnd_message.set_token('EVALUATION_IN_PROGRESS', eval_in_prog_meaning);
14427: fnd_message.set_token('ROUND',get_commercial_meaning);
14428: l_message := fnd_message.get || ' (' || l_commercial_lock_meaning || ')';
14429:
14430: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14431: FND_LOG.string(log_level => FND_LOG.level_statement,
14432: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14433: message => 'l_message : ' || l_message);
14434: END IF;

Line 14431: FND_LOG.string(log_level => FND_LOG.level_statement,

14427: fnd_message.set_token('ROUND',get_commercial_meaning);
14428: l_message := fnd_message.get || ' (' || l_commercial_lock_meaning || ')';
14429:
14430: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14431: FND_LOG.string(log_level => FND_LOG.level_statement,
14432: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14433: message => 'l_message : ' || l_message);
14434: END IF;
14435:

Line 14441: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14437:
14438: -- is a supplier
14439: else
14440:
14441: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14442: FND_LOG.string(log_level => FND_LOG.level_statement,
14443: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14444: message => '14. Supplier Status');
14445: END IF;

Line 14442: FND_LOG.string(log_level => FND_LOG.level_statement,

14438: -- is a supplier
14439: else
14440:
14441: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14442: FND_LOG.string(log_level => FND_LOG.level_statement,
14443: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14444: message => '14. Supplier Status');
14445: END IF;
14446:

Line 14457: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14453: fnd_message.set_token('SEALED_STATUS',l_technical_lock_meaning);
14454: fnd_message.set_token('ROUND',get_technical_meaning);
14455: l_message := fnd_message.get;
14456:
14457: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14458: FND_LOG.string(log_level => FND_LOG.level_statement,
14459: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14460: message => '15. l_message : ' || l_message );
14461: END IF;

Line 14458: FND_LOG.string(log_level => FND_LOG.level_statement,

14454: fnd_message.set_token('ROUND',get_technical_meaning);
14455: l_message := fnd_message.get;
14456:
14457: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14458: FND_LOG.string(log_level => FND_LOG.level_statement,
14459: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14460: message => '15. l_message : ' || l_message );
14461: END IF;
14462:

Line 14470: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14466: END IF;
14467:
14468: END IF;
14469:
14470: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14471: FND_LOG.string(log_level => FND_LOG.level_statement,
14472: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14473: message => 'Returning l_message : ' || l_message );
14474: END IF;

Line 14471: FND_LOG.string(log_level => FND_LOG.level_statement,

14467:
14468: END IF;
14469:
14470: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14471: FND_LOG.string(log_level => FND_LOG.level_statement,
14472: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14473: message => 'Returning l_message : ' || l_message );
14474: END IF;
14475:

Line 14481: IF (FND_LOG.level_unexpected>= FND_LOG.g_current_runtime_level) THEN

14477:
14478: EXCEPTION
14479: WHEN OTHERS THEN
14480:
14481: IF (FND_LOG.level_unexpected>= FND_LOG.g_current_runtime_level) THEN
14482: FND_LOG.string(log_level => FND_LOG.level_unexpected,
14483: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14484: message => 'Exception encountered for auction : ' || p_auction_header_id
14485: ||'and p_user_trading_partner_id : ' || p_user_trading_partner_id

Line 14482: FND_LOG.string(log_level => FND_LOG.level_unexpected,

14478: EXCEPTION
14479: WHEN OTHERS THEN
14480:
14481: IF (FND_LOG.level_unexpected>= FND_LOG.g_current_runtime_level) THEN
14482: FND_LOG.string(log_level => FND_LOG.level_unexpected,
14483: module => g_module_prefix || 'GET_AUCTION_STATUS_DISPLAY',
14484: message => 'Exception encountered for auction : ' || p_auction_header_id
14485: ||'and p_user_trading_partner_id : ' || p_user_trading_partner_id
14486: ||' Returning l_message : ' || l_message);

Line 14512: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14508: x_auction_status_display OUT NOCOPY VARCHAR2)
14509: AS
14510: BEGIN
14511:
14512: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14513: FND_LOG.string(log_level => FND_LOG.level_statement,
14514: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14515: message => 'Entering the function with params --'
14516: || 'p_auction_header_id = ' || p_auction_header_id

Line 14513: FND_LOG.string(log_level => FND_LOG.level_statement,

14509: AS
14510: BEGIN
14511:
14512: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14513: FND_LOG.string(log_level => FND_LOG.level_statement,
14514: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14515: message => 'Entering the function with params --'
14516: || 'p_auction_header_id = ' || p_auction_header_id
14517: || ';p_doctype_id = ' || p_doctype_id

Line 14546: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14542: p_auction_header_id ,
14543: p_has_scoring_teams_flag);
14544:
14545:
14546: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14547: FND_LOG.string(log_level => FND_LOG.level_statement,
14548: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14549: message => 'x_buyer_monitor_image = ' || x_buyer_monitor_image);
14550: END IF;

Line 14547: FND_LOG.string(log_level => FND_LOG.level_statement,

14543: p_has_scoring_teams_flag);
14544:
14545:
14546: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14547: FND_LOG.string(log_level => FND_LOG.level_statement,
14548: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14549: message => 'x_buyer_monitor_image = ' || x_buyer_monitor_image);
14550: END IF;
14551:

Line 14555: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN

14551:
14552: x_auction_status_display := GET_AUCTION_STATUS_DISPLAY(p_auction_header_id,
14553: p_user_trading_partner_id);
14554:
14555: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14556: FND_LOG.string(log_level => FND_LOG.level_statement,
14557: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14558: message => 'x_auction_status_display = ' || x_auction_status_display);
14559: END IF;

Line 14556: FND_LOG.string(log_level => FND_LOG.level_statement,

14552: x_auction_status_display := GET_AUCTION_STATUS_DISPLAY(p_auction_header_id,
14553: p_user_trading_partner_id);
14554:
14555: IF (FND_LOG.level_statement>= FND_LOG.g_current_runtime_level) THEN
14556: FND_LOG.string(log_level => FND_LOG.level_statement,
14557: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14558: message => 'x_auction_status_display = ' || x_auction_status_display);
14559: END IF;
14560:

Line 14564: IF (FND_LOG.level_unexpected>= FND_LOG.g_current_runtime_level) THEN

14560:
14561: EXCEPTION
14562: WHEN OTHERS THEN
14563:
14564: IF (FND_LOG.level_unexpected>= FND_LOG.g_current_runtime_level) THEN
14565: FND_LOG.string(log_level => FND_LOG.level_unexpected,
14566: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14567: message => 'Exception encountered for auction : ' || p_auction_header_id);
14568: END IF;

Line 14565: FND_LOG.string(log_level => FND_LOG.level_unexpected,

14561: EXCEPTION
14562: WHEN OTHERS THEN
14563:
14564: IF (FND_LOG.level_unexpected>= FND_LOG.g_current_runtime_level) THEN
14565: FND_LOG.string(log_level => FND_LOG.level_unexpected,
14566: module => g_module_prefix || 'GET_MONITOR_IMAGE_AND_STATUS',
14567: message => 'Exception encountered for auction : ' || p_auction_header_id);
14568: END IF;
14569:

Line 14599: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14595: l_return_value VARCHAR2(40);
14596:
14597: BEGIN
14598:
14599: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14600: FND_LOG.string(log_level => FND_LOG.level_statement,
14601: module => g_module_prefix || l_module_name,
14602: message => 'Entered procedure with p_auction_status = ' ||
14603: p_auction_status || ', p_is_paused = ' || p_is_paused

Line 14600: FND_LOG.string(log_level => FND_LOG.level_statement,

14596:
14597: BEGIN
14598:
14599: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14600: FND_LOG.string(log_level => FND_LOG.level_statement,
14601: module => g_module_prefix || l_module_name,
14602: message => 'Entered procedure with p_auction_status = ' ||
14603: p_auction_status || ', p_is_paused = ' || p_is_paused
14604: || ', p_view_by_date = ' || p_view_by_date ||

Line 14627: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14623: ELSE
14624: l_return_value := 'CLOSED';
14625: END IF; --}
14626:
14627: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14628: FND_LOG.string(log_level => FND_LOG.level_statement,
14629: module => g_module_prefix || l_module_name,
14630: message => 'Returning value = ' || l_return_value);
14631: END IF; --}

Line 14628: FND_LOG.string(log_level => FND_LOG.level_statement,

14624: l_return_value := 'CLOSED';
14625: END IF; --}
14626:
14627: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14628: FND_LOG.string(log_level => FND_LOG.level_statement,
14629: module => g_module_prefix || l_module_name,
14630: message => 'Returning value = ' || l_return_value);
14631: END IF; --}
14632:

Line 14670: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14666: l_return_value VARCHAR2(40);
14667:
14668: BEGIN
14669:
14670: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14671: FND_LOG.string(log_level => FND_LOG.level_statement,
14672: module => g_module_prefix || l_module_name,
14673: message => 'Entered with p_auction_status = ' || p_auction_status ||
14674: ', p_is_paused = ' || p_is_paused || ', p_view_by_date = ' ||

Line 14671: FND_LOG.string(log_level => FND_LOG.level_statement,

14667:
14668: BEGIN
14669:
14670: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14671: FND_LOG.string(log_level => FND_LOG.level_statement,
14672: module => g_module_prefix || l_module_name,
14673: message => 'Entered with p_auction_status = ' || p_auction_status ||
14674: ', p_is_paused = ' || p_is_paused || ', p_view_by_date = ' ||
14675: p_view_by_date || ', p_open_bidding_date = ' || p_open_bidding_date

Line 14746: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14742: l_return_value := p_outcome_status;
14743: END IF; -- }
14744: END IF; -- }
14745:
14746: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14747: FND_LOG.string(log_level => FND_LOG.level_statement,
14748: module => g_module_prefix || l_module_name,
14749: message => 'Returning ' || l_return_value);
14750: END IF; --}

Line 14747: FND_LOG.string(log_level => FND_LOG.level_statement,

14743: END IF; -- }
14744: END IF; -- }
14745:
14746: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14747: FND_LOG.string(log_level => FND_LOG.level_statement,
14748: module => g_module_prefix || l_module_name,
14749: message => 'Returning ' || l_return_value);
14750: END IF; --}
14751:

Line 14785: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14781: l_rfi_doctype_id NUMBER;
14782:
14783: BEGIN
14784:
14785: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14786: FND_LOG.string(log_level => FND_LOG.level_statement,
14787: module => g_module_prefix || l_module_name,
14788: message => 'Entered with p_contract_type = ' || p_contract_type ||
14789: ', p_price_breaks_enabled = ' || p_price_breaks_enabled || ', p_qty_price_tiers_enabled = ' ||

Line 14786: FND_LOG.string(log_level => FND_LOG.level_statement,

14782:
14783: BEGIN
14784:
14785: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14786: FND_LOG.string(log_level => FND_LOG.level_statement,
14787: module => g_module_prefix || l_module_name,
14788: message => 'Entered with p_contract_type = ' || p_contract_type ||
14789: ', p_price_breaks_enabled = ' || p_price_breaks_enabled || ', p_qty_price_tiers_enabled = ' ||
14790: p_qty_price_tiers_enabled || ', p_doctype_id = ' || p_doctype_id);

Line 14812: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14808:
14809: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')
14810: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{
14811:
14812: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14813: FND_LOG.string(log_level => FND_LOG.level_statement,
14814: module => g_module_prefix || l_module_name,
14815: message => '(Neg is RFI) or(SPO and Sourcing style does not allows quantity based tiers.) or ' ||
14816: '(BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks)');

Line 14813: FND_LOG.string(log_level => FND_LOG.level_statement,

14809: IF ( (p_doctype_id = l_rfi_doctype_id) OR (p_contract_type = 'STANDARD' and p_qty_price_tiers_enabled = 'N')
14810: OR (p_contract_type <> 'STANDARD' and p_qty_price_tiers_enabled = 'N' and p_price_breaks_enabled = 'N') ) THEN --{
14811:
14812: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14813: FND_LOG.string(log_level => FND_LOG.level_statement,
14814: module => g_module_prefix || l_module_name,
14815: message => '(Neg is RFI) or(SPO and Sourcing style does not allows quantity based tiers.) or ' ||
14816: '(BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks)');
14817: FND_LOG.string(log_level => FND_LOG.level_statement,

Line 14817: FND_LOG.string(log_level => FND_LOG.level_statement,

14813: FND_LOG.string(log_level => FND_LOG.level_statement,
14814: module => g_module_prefix || l_module_name,
14815: message => '(Neg is RFI) or(SPO and Sourcing style does not allows quantity based tiers.) or ' ||
14816: '(BPA/CPA and Sourcing style doe not allows quantity based tiers and PO Flag disables price breaks)');
14817: FND_LOG.string(log_level => FND_LOG.level_statement,
14818: module => g_module_prefix || l_module_name,
14819: message => ' Setting the default price tiers indicator as null.');
14820: END IF; --}
14821:

Line 14834: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14830: --
14831:
14832: ELSIF ( p_contract_type <> 'STANDARD' and p_price_breaks_enabled = 'Y') THEN --{
14833:
14834: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14835: FND_LOG.string(log_level => FND_LOG.level_statement,
14836: module => g_module_prefix || l_module_name,
14837: message => 'BPA/CPA; price breaks are enabled. Setting default value to price_breaks');
14838: END IF; --}

Line 14835: FND_LOG.string(log_level => FND_LOG.level_statement,

14831:
14832: ELSIF ( p_contract_type <> 'STANDARD' and p_price_breaks_enabled = 'Y') THEN --{
14833:
14834: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14835: FND_LOG.string(log_level => FND_LOG.level_statement,
14836: module => g_module_prefix || l_module_name,
14837: message => 'BPA/CPA; price breaks are enabled. Setting default value to price_breaks');
14838: END IF; --}
14839:

Line 14853: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14849: --
14850:
14851: ELSE --{
14852:
14853: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14854: FND_LOG.string(log_level => FND_LOG.level_statement,
14855: module => g_module_prefix || l_module_name,
14856: message => 'Price tiers are enabled and ( price breaks are disabled for BPA/CPA OR is an SPO) Setting default value to none');
14857: END IF; --}

Line 14854: FND_LOG.string(log_level => FND_LOG.level_statement,

14850:
14851: ELSE --{
14852:
14853: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14854: FND_LOG.string(log_level => FND_LOG.level_statement,
14855: module => g_module_prefix || l_module_name,
14856: message => 'Price tiers are enabled and ( price breaks are disabled for BPA/CPA OR is an SPO) Setting default value to none');
14857: END IF; --}
14858:

Line 14863: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14859: x_price_tiers_indicator := 'NONE';
14860:
14861: END IF; --} End of else
14862:
14863: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14864: FND_LOG.string(log_level => FND_LOG.level_statement,
14865: module => g_module_prefix || l_module_name,
14866: message => 'Returning to the caller with x_price_tiers_indicator as '|| x_price_tiers_indicator);
14867: END IF; --}

Line 14864: FND_LOG.string(log_level => FND_LOG.level_statement,

14860:
14861: END IF; --} End of else
14862:
14863: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14864: FND_LOG.string(log_level => FND_LOG.level_statement,
14865: module => g_module_prefix || l_module_name,
14866: message => 'Returning to the caller with x_price_tiers_indicator as '|| x_price_tiers_indicator);
14867: END IF; --}
14868:

Line 14876: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{

14872: -- populate the two part meanings' cache
14873: procedure init_two_part_cache
14874: as
14875: begin
14876: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14877: FND_LOG.string(log_level => FND_LOG.level_procedure,
14878: module => g_module_prefix || 'init_two_part_cache',
14879: message => 'Entered procedure init_two_part_cache');
14880: END IF; --}

Line 14877: FND_LOG.string(log_level => FND_LOG.level_procedure,

14873: procedure init_two_part_cache
14874: as
14875: begin
14876: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14877: FND_LOG.string(log_level => FND_LOG.level_procedure,
14878: module => g_module_prefix || 'init_two_part_cache',
14879: message => 'Entered procedure init_two_part_cache');
14880: END IF; --}
14881:

Line 14893: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{

14889: AND flv1.LANGUAGE=flv2.LANGUAGE;
14890:
14891: g_tp_cache_rec := g_two_part_cache(1); -- first time initialisation
14892:
14893: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14894: FND_LOG.string(log_level => FND_LOG.level_procedure,
14895: module => g_module_prefix || 'init_two_part_cache',
14896: message => 'Exiting procedure init_two_part_cache');
14897: END IF; --}

Line 14894: FND_LOG.string(log_level => FND_LOG.level_procedure,

14890:
14891: g_tp_cache_rec := g_two_part_cache(1); -- first time initialisation
14892:
14893: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14894: FND_LOG.string(log_level => FND_LOG.level_procedure,
14895: module => g_module_prefix || 'init_two_part_cache',
14896: message => 'Exiting procedure init_two_part_cache');
14897: END IF; --}
14898:

Line 14906: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{

14902: -- update record from from cache table when needed
14903: PROCEDURE update_cache_rec
14904: AS
14905: BEGIN
14906: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14907: FND_LOG.string(log_level => FND_LOG.level_procedure,
14908: module => g_module_prefix || 'update_cache_rec',
14909: message => 'Entered procedure update_cache_rec');
14910: END IF; --}

Line 14907: FND_LOG.string(log_level => FND_LOG.level_procedure,

14903: PROCEDURE update_cache_rec
14904: AS
14905: BEGIN
14906: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14907: FND_LOG.string(log_level => FND_LOG.level_procedure,
14908: module => g_module_prefix || 'update_cache_rec',
14909: message => 'Entered procedure update_cache_rec');
14910: END IF; --}
14911:

Line 14914: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

14910: END IF; --}
14911:
14912: IF (g_tp_cache_rec.language <> USERENV('LANG')) THEN -- {
14913:
14914: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14915: FND_LOG.string(log_level => FND_LOG.level_statement,
14916: module => g_module_prefix || 'update_cache_rec',
14917: message => 'User session language is now ' || USERENV('LANG'));
14918: END IF; --}

Line 14915: FND_LOG.string(log_level => FND_LOG.level_statement,

14911:
14912: IF (g_tp_cache_rec.language <> USERENV('LANG')) THEN -- {
14913:
14914: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
14915: FND_LOG.string(log_level => FND_LOG.level_statement,
14916: module => g_module_prefix || 'update_cache_rec',
14917: message => 'User session language is now ' || USERENV('LANG'));
14918: END IF; --}
14919:

Line 14928: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{

14924: END IF;
14925: END LOOP;
14926: END IF; -- }
14927:
14928: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14929: FND_LOG.string(log_level => FND_LOG.level_procedure,
14930: module => g_module_prefix || 'update_cache_rec',
14931: message => 'Exiting procedure update_cache_rec');
14932: END IF; --}

Line 14929: FND_LOG.string(log_level => FND_LOG.level_procedure,

14925: END LOOP;
14926: END IF; -- }
14927:
14928: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
14929: FND_LOG.string(log_level => FND_LOG.level_procedure,
14930: module => g_module_prefix || 'update_cache_rec',
14931: message => 'Exiting procedure update_cache_rec');
14932: END IF; --}
14933: END update_cache_rec;

Line 15082: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

15078: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
15079: END IF;
15080:
15081:
15082: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

15079: END IF;
15080:
15081:
15082: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

15080:
15081:
15082: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

15081:
15082: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

15082: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

15083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );

Line 15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

15084: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );

Line 15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

15085: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );

Line 15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

15086: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );
15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );

15087: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );
15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15095: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_reason = ' ||x_disqualify_reason );

Line 15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );

15088: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );
15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15095: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_reason = ' ||x_disqualify_reason );
15096: END IF;

Line 15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );

15089: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );
15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15095: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_reason = ' ||x_disqualify_reason );
15096: END IF;
15097:

Line 15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

15090: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );
15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15095: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_reason = ' ||x_disqualify_reason );
15096: END IF;
15097:
15098: IF display_type = 'text/html' THEN

Line 15095: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_reason = ' ||x_disqualify_reason );

15091: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_date = ' ||x_disqualify_date_format );
15092: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'VIEW_QUOTE_URL_SUPPLIER = ' ||x_view_quote_url );
15093: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_bid_name = ' ||x_bid_name );
15094: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15095: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_DSQBID_BODY',message => 'x_disqualify_reason = ' ||x_disqualify_reason );
15096: END IF;
15097:
15098: IF display_type = 'text/html' THEN
15099: l_disp_type:= display_type;

Line 15255: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

15251: x_preview_date_format := to_char(x_preview_date,'Month dd, yyyy hh:mi am');
15252: x_auction_start_date_format := to_char(x_auction_start_date,'Month dd, yyyy hh:mi am');
15253: x_auction_end_date_format := to_char(x_auction_end_date,'Month dd, yyyy hh:mi am');
15254:
15255: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

15252: x_auction_start_date_format := to_char(x_auction_start_date,'Month dd, yyyy hh:mi am');
15253: x_auction_end_date_format := to_char(x_auction_end_date,'Month dd, yyyy hh:mi am');
15254:
15255: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

15253: x_auction_end_date_format := to_char(x_auction_end_date,'Month dd, yyyy hh:mi am');
15254:
15255: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

15254:
15255: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

15255: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

15256: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15264: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

15257: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15264: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15265: END IF;

Line 15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

15258: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15264: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15265: END IF;
15266:

Line 15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

15259: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15264: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15265: END IF;
15266:
15267: IF display_type = 'text/html' THEN

Line 15264: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

15260: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15261: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15262: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15263: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15264: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_PON_ARI_UNINVITED_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15265: END IF;
15266:
15267: IF display_type = 'text/html' THEN
15268: l_disp_type:= display_type;

Line 15452: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

15448: IF(x_notification_id IS NOT null) THEN
15449: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
15450: END IF;
15451:
15452: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

15449: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
15450: END IF;
15451:
15452: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

15450: END IF;
15451:
15452: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

15451:
15452: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

15452: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );

Line 15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

15453: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

15454: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

Line 15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

15455: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

Line 15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );

15456: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

Line 15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

15457: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );

Line 15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

15458: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );

Line 15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

15459: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );

Line 15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

15460: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15468: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );

15461: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15468: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15469: END IF;

Line 15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );

15462: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15468: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15469: END IF;
15470:

Line 15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );

15463: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15468: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15469: END IF;
15470:
15471: IF display_type = 'text/html' THEN

Line 15468: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

15464: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15465: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15466: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15467: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15468: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15469: END IF;
15470:
15471: IF display_type = 'text/html' THEN
15472: l_disp_type:= display_type;

Line 15667: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

15663: IF(x_notification_id IS NOT null) THEN
15664: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
15665: END IF;
15666:
15667: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

15664: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
15665: END IF;
15666:
15667: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

15665: END IF;
15666:
15667: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );

Line 15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

15666:
15667: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

15667: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

15668: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );

15669: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

Line 15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

15670: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

Line 15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

15671: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

Line 15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

15672: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15680: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

15673: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15680: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15681: END IF;

Line 15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

15674: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15680: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15681: END IF;
15682:

Line 15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

15675: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15680: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15681: END IF;
15682:
15683: IF display_type = 'text/html' THEN

Line 15680: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

15676: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15677: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15678: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15679: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15680: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15681: END IF;
15682:
15683: IF display_type = 'text/html' THEN
15684: l_disp_type:= display_type;

Line 15889: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

15885: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
15886: END IF;
15887:
15888:
15889: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

15886: END IF;
15887:
15888:
15889: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );

Line 15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

15887:
15888:
15889: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

15888:
15889: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );

Line 15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

15889: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );

15890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

15891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

Line 15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );

15892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

Line 15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

15893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

Line 15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

15894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_award_date_format = ' ||x_award_date_format );
15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );

Line 15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

15895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );

Line 15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

15896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_auction_end_date_format = ' ||x_auction_end_date_format );
15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );

Line 15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

15897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );

Line 15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );

15898: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );
15906: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );

15899: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );
15906: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15907: END IF;

Line 15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );

15900: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );
15906: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15907: END IF;
15908:

Line 15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );

15901: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );
15906: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15907: END IF;
15908:
15909: IF display_type = 'text/html' THEN

Line 15906: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

15902: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_rejected = ' ||x_number_rejected );
15903: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_number_awarded = ' ||x_number_awarded );
15904: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_view_quote_url = ' ||x_view_quote_url );
15905: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_event_title = ' ||x_event_title );
15906: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_LINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
15907: END IF;
15908:
15909: IF display_type = 'text/html' THEN
15910: l_disp_type:= display_type;

Line 16106: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

16102: x_view_quote_url:=REPLACE(x_view_quote_url,'&#NID',x_notification_id);
16103: END IF;
16104:
16105:
16106: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

16103: END IF;
16104:
16105:
16106: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

16104:
16105:
16106: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );

Line 16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

16105:
16106: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

16106: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

16107: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );

16108: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

Line 16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

16109: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

Line 16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

16110: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );

Line 16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

16111: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );
16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

Line 16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );

16112: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_auction_end_date = ' ||x_award_date_format );
16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );
16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
16120: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );

16113: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );
16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
16120: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16121: END IF;

Line 16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );

16114: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );
16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
16120: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16121: END IF;
16122:

Line 16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );

16115: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );
16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
16120: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16121: END IF;
16122:
16123: IF display_type = 'text/html' THEN

Line 16120: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

16116: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_id = ' ||x_bid_id );
16117: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_bid_caps = ' ||x_bid_caps );
16118: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_event_title = ' ||x_event_title );
16119: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_note_to_supplier = ' ||x_note_to_supplier );
16120: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AWARD_EVENT_NOLINES_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16121: END IF;
16122:
16123: IF display_type = 'text/html' THEN
16124: l_disp_type:= display_type;

Line 16278: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

16274: IF(x_notification_id IS NOT null) THEN
16275: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16276: END IF;
16277:
16278: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

16275: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16276: END IF;
16277:
16278: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

16276: END IF;
16277:
16278: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

Line 16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

16277:
16278: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16285: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

16278: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16285: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16286: END IF;

Line 16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

16279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16285: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16286: END IF;
16287:

Line 16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

16280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16285: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16286: END IF;
16287:
16288: IF display_type = 'text/html' THEN

Line 16285: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

16281: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16282: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16283: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16284: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16285: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_AUC_AMEND_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16286: END IF;
16287:
16288: IF display_type = 'text/html' THEN
16289: l_disp_type:= display_type;

Line 16478: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

16474: IF(x_notification_id IS NOT null) THEN
16475: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16476: END IF;
16477:
16478: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

16475: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16476: END IF;
16477:
16478: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

16476: END IF;
16477:
16478: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

16477:
16478: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

16478: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

16479: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

Line 16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

16480: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );

Line 16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

16481: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16489: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

16482: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16489: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16490: END IF;

Line 16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

16483: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16489: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16490: END IF;
16491:

Line 16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );

16484: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16489: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16490: END IF;
16491:
16492: IF display_type = 'text/html' THEN

Line 16489: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

16485: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16486: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16487: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16488: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16489: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_REQ_SUPP_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16490: END IF;
16491:
16492: IF display_type = 'text/html' THEN
16493: l_disp_type:= display_type;

Line 16691: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

16687: IF(x_notification_id IS NOT null) THEN
16688: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16689: END IF;
16690:
16691: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

16688: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16689: END IF;
16690:
16691: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

16689: END IF;
16690:
16691: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

16690:
16691: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

16691: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

16692: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

Line 16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

16693: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

16694: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16702: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );

Line 16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

16695: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16702: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16703: END IF;

Line 16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

16696: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16702: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16703: END IF;
16704:

Line 16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

16697: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16702: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16703: END IF;
16704:
16705: IF display_type = 'text/html' THEN

Line 16702: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );

16698: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16699: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16700: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16701: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16702: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16703: END IF;
16704:
16705: IF display_type = 'text/html' THEN
16706: l_disp_type:= display_type;

Line 16884: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

16880: IF(x_notification_id IS NOT null) THEN
16881: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16882: END IF;
16883:
16884: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

16881: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
16882: END IF;
16883:
16884: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

16882: END IF;
16883:
16884: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

16883:
16884: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

16884: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

16885: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

Line 16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

16886: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );

Line 16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

16887: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );

Line 16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

16888: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

16889: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );

Line 16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );

16890: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16898: END IF;

Line 16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );

16891: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16898: END IF;
16899:

Line 16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

16892: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16898: END IF;
16899:
16900: IF display_type = 'text/html' THEN

Line 16897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );

16893: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
16894: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
16895: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
16896: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
16897: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INVITE_ADD_CONT_RESP_BODY',message => 'x_supplier_exempted_info = ' ||x_supplier_exempted_info );
16898: END IF;
16899:
16900: IF display_type = 'text/html' THEN
16901: l_disp_type:= display_type;

Line 17073: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

17069: IF(x_notification_id IS NOT null) THEN
17070: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
17071: END IF;
17072:
17073: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

17070: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
17071: END IF;
17072:
17073: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

17071: END IF;
17072:
17073: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

17072:
17073: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

17073: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

17074: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

Line 17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

17075: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

17076: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17084: END IF;

Line 17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

17077: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17084: END IF;
17085:

Line 17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

17078: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17084: END IF;
17085:
17086: IF display_type = 'text/html' THEN

Line 17083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

17079: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17080: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17081: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17082: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17083: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17084: END IF;
17085:
17086: IF display_type = 'text/html' THEN
17087: l_disp_type:= display_type;

Line 17268: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

17264: x_neg_summary_url:=REPLACE(x_neg_summary_url,'&#NID',x_notification_id);
17265: END IF;
17266:
17267:
17268: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

Line 17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );

17265: END IF;
17266:
17267:
17268: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

Line 17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );

17266:
17267:
17268: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

Line 17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );

17267:
17268: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

Line 17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );

17268: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

Line 17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );

17269: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date = ' ||x_preview_date_format );
17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

Line 17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );

17270: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone1_disp = ' ||x_timezone1_disp );
17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );

Line 17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );

17271: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_preview_date_notspec = ' ||x_preview_date_notspec );
17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );

Line 17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );

17272: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_start_date = ' ||x_auction_start_date_format );
17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
17280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

Line 17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );

17273: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_auction_end_date = ' ||x_auction_end_date_format );
17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
17280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17281: END IF;

Line 17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );

17274: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_timezone_disp = ' ||x_timezone_disp );
17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
17280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17281: END IF;
17282: IF display_type = 'text/html' THEN

Line 17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );

17275: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_name = ' ||x_bidder_tp_name );
17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
17280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17281: END IF;
17282: IF display_type = 'text/html' THEN
17283: l_disp_type:= display_type;

Line 17280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );

17276: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_bidder_tp_addresssname = ' ||x_bidder_tp_addresssname );
17277: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_neg_summary_url = ' ||x_neg_summary_url );
17278: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_ack_participation_url = ' ||x_ack_participation_url );
17279: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_isupplier_reg_url = ' ||x_isupplier_reg_url );
17280: FND_LOG.string (log_level => FND_LOG.level_statement,module => g_module_prefix || '.GEN_INV_NEWRND_START_AD_BODY',message => 'x_staggered_close_note = ' ||x_staggered_close_note );
17281: END IF;
17282: IF display_type = 'text/html' THEN
17283: l_disp_type:= display_type;
17284: fnd_message.set_name('PON','PON_INV_NEW_RND_START_AD_HB');

Line 17785: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17781:
17782: BEGIN
17783:
17784: l_progress := '0010';
17785: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17786: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'Begin proc:POPULATE_PON_PR_REFS');
17787: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'auction_header_id:' || p_auction_header_id );
17788: END IF;
17789:

Line 17786: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'Begin proc:POPULATE_PON_PR_REFS');

17782: BEGIN
17783:
17784: l_progress := '0010';
17785: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17786: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'Begin proc:POPULATE_PON_PR_REFS');
17787: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'auction_header_id:' || p_auction_header_id );
17788: END IF;
17789:
17790: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 17787: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'auction_header_id:' || p_auction_header_id );

17783:
17784: l_progress := '0010';
17785: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17786: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'Begin proc:POPULATE_PON_PR_REFS');
17787: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'auction_header_id:' || p_auction_header_id );
17788: END IF;
17789:
17790: x_return_status := FND_API.G_RET_STS_SUCCESS;
17791: x_no_of_rows_inserted := 0;

Line 17813: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17809: SYSDATE, FND_GLOBAL.USER_ID, SYSDATE, FND_GLOBAL.USER_ID, FND_GLOBAL.LOGIN_ID);
17810:
17811: l_no_of_rows_inserted := l_no_of_rows_inserted + sql%rowcount; --counting the no. of rows inserted
17812:
17813: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17814: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'inserted row: linenum ='|| p_auction_line_number(i)||' reqlineid ='||p_requisition_line_id(j));
17815: END IF;
17816:
17817: EXCEPTION

Line 17814: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'inserted row: linenum ='|| p_auction_line_number(i)||' reqlineid ='||p_requisition_line_id(j));

17810:
17811: l_no_of_rows_inserted := l_no_of_rows_inserted + sql%rowcount; --counting the no. of rows inserted
17812:
17813: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17814: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'inserted row: linenum ='|| p_auction_line_number(i)||' reqlineid ='||p_requisition_line_id(j));
17815: END IF;
17816:
17817: EXCEPTION
17818: WHEN DUP_VAL_ON_INDEX THEN

Line 17819: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17815: END IF;
17816:
17817: EXCEPTION
17818: WHEN DUP_VAL_ON_INDEX THEN
17819: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17820: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'duplicate value on index exception occured. auction_line_number ='||p_auction_line_number(i)||' reqlineid ='||p_requisition_line_id(j));
17821: END IF;
17822: END;
17823:

Line 17820: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'duplicate value on index exception occured. auction_line_number ='||p_auction_line_number(i)||' reqlineid ='||p_requisition_line_id(j));

17816:
17817: EXCEPTION
17818: WHEN DUP_VAL_ON_INDEX THEN
17819: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17820: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||'duplicate value on index exception occured. auction_line_number ='||p_auction_line_number(i)||' reqlineid ='||p_requisition_line_id(j));
17821: END IF;
17822: END;
17823:
17824: END LOOP;

Line 17830: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17826:
17827: x_no_of_rows_inserted := l_no_of_rows_inserted;
17828:
17829: l_progress := '0030';
17830: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17831: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' inserted pr references in pon_backing_requisitions table');
17832: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' rows inserted in pon_backing_requisitions table: '|| l_no_of_rows_inserted);
17833: END IF;
17834:

Line 17831: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' inserted pr references in pon_backing_requisitions table');

17827: x_no_of_rows_inserted := l_no_of_rows_inserted;
17828:
17829: l_progress := '0030';
17830: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17831: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' inserted pr references in pon_backing_requisitions table');
17832: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' rows inserted in pon_backing_requisitions table: '|| l_no_of_rows_inserted);
17833: END IF;
17834:
17835: --to remove the selected requisitions from the requisition pool

Line 17832: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' rows inserted in pon_backing_requisitions table: '|| l_no_of_rows_inserted);

17828:
17829: l_progress := '0030';
17830: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17831: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' inserted pr references in pon_backing_requisitions table');
17832: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' rows inserted in pon_backing_requisitions table: '|| l_no_of_rows_inserted);
17833: END IF;
17834:
17835: --to remove the selected requisitions from the requisition pool
17836: po_negotiations_sv1.REMOVE_FROM_REQ_POOL('SOLICITATION', p_auction_header_id, p_requisition_line_id, l_return_status, l_error_msg);

Line 17842: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17838: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
17839: x_return_status := l_return_status;
17840: x_error_msg := l_error_msg;
17841: l_progress := '0040';
17842: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17843: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Exception occured in the procedure po_negotiations_sv1.REMOVE_FROM_REQ_POOL:' );
17844: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' return_status: '|| l_return_status || ' error_msg: '|| l_error_msg);
17845: END IF;
17846: END IF;

Line 17843: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Exception occured in the procedure po_negotiations_sv1.REMOVE_FROM_REQ_POOL:' );

17839: x_return_status := l_return_status;
17840: x_error_msg := l_error_msg;
17841: l_progress := '0040';
17842: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17843: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Exception occured in the procedure po_negotiations_sv1.REMOVE_FROM_REQ_POOL:' );
17844: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' return_status: '|| l_return_status || ' error_msg: '|| l_error_msg);
17845: END IF;
17846: END IF;
17847:

Line 17844: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' return_status: '|| l_return_status || ' error_msg: '|| l_error_msg);

17840: x_error_msg := l_error_msg;
17841: l_progress := '0040';
17842: IF (fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17843: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Exception occured in the procedure po_negotiations_sv1.REMOVE_FROM_REQ_POOL:' );
17844: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' return_status: '|| l_return_status || ' error_msg: '|| l_error_msg);
17845: END IF;
17846: END IF;
17847:
17848: l_progress := '0050';

Line 17849: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17845: END IF;
17846: END IF;
17847:
17848: l_progress := '0050';
17849: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17850: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Removed the selected requisitions from the pool');
17851: END IF;
17852:
17853: l_progress := '0060';

Line 17850: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Removed the selected requisitions from the pool');

17846: END IF;
17847:
17848: l_progress := '0050';
17849: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17850: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Removed the selected requisitions from the pool');
17851: END IF;
17852:
17853: l_progress := '0060';
17854: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

Line 17854: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17850: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Removed the selected requisitions from the pool');
17851: END IF;
17852:
17853: l_progress := '0060';
17854: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17855: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' End proc: populate_pon_pr_refs');
17856: END IF;
17857:
17858:

Line 17855: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' End proc: populate_pon_pr_refs');

17851: END IF;
17852:
17853: l_progress := '0060';
17854: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17855: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' End proc: populate_pon_pr_refs');
17856: END IF;
17857:
17858:
17859: EXCEPTION

Line 17865: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

17861: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
17862: x_error_msg := 'Unexpectional error occured. sqlerrm: '||sqlerrm;
17863:
17864: l_progress := '0070';
17865: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17866: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Unexpected error occured');
17867: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' sqlerrm: '||sqlerrm);
17868: END IF;
17869:

Line 17866: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Unexpected error occured');

17862: x_error_msg := 'Unexpectional error occured. sqlerrm: '||sqlerrm;
17863:
17864: l_progress := '0070';
17865: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17866: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Unexpected error occured');
17867: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' sqlerrm: '||sqlerrm);
17868: END IF;
17869:
17870: raise; --raise exception

Line 17867: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' sqlerrm: '||sqlerrm);

17863:
17864: l_progress := '0070';
17865: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
17866: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' Unexpected error occured');
17867: FND_LOG.string(fnd_log.level_statement, g_log_module_name, 'progress:='||l_progress||' sqlerrm: '||sqlerrm);
17868: END IF;
17869:
17870: raise; --raise exception
17871: