DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on FND_PROFILE

Line 1971: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S')) Then

1967:
1968: --bug#8261344
1969: -- swai: bug 12547701 change if statement
1970: If ((l_return_status = G_CSD_RET_STS_WARNING) and -- p_repair_line_id is null
1971: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S')) Then
1972: Debug('RMA_RCV_UPDATE Warning message',l_mod_name,4);
1973:
1974: Debug('x_msg_count :'||x_msg_count,l_mod_name,2);
1975: Debug('x_msg_data :'||x_msg_data,l_mod_name,2);

Line 2027: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S'))THEN

2023:
2024: --bug#8261344
2025: -- swai: bug 12547701 change if statement
2026: If ((l_return_status = G_CSD_RET_STS_WARNING) AND
2027: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S'))THEN
2028: x_return_status := l_return_status;
2029: -- x_msg_data := l_msg_data_warning; -- swai: bug 12547701
2030: END IF;
2031:

Line 2744: IF(NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'S') THEN

2740:
2741: --RAISE FND_API.G_EXC_ERROR;
2742: --bug#8261344
2743: -- swai: bug 12547701 updated if statement
2744: IF(NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'S') THEN
2745: RAISE FND_API.G_EXC_ERROR;
2746: else
2747: l_skip_record := TRUE;
2748: l_warning_return := TRUE;

Line 6208: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S')) Then

6204:
6205: --bug#8261344
6206: -- swai: bug 12547701 changed if statement
6207: If ((l_return_status = G_CSD_RET_STS_WARNING) AND
6208: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S')) Then
6209: Debug('SO_SHIP_UPDATE Warning message',l_mod_name,4);
6210: Debug('x_msg_count :'||x_msg_count,l_mod_name,2);
6211: Debug('x_msg_data :'||x_msg_data,l_mod_name,2);
6212:

Line 6247: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S'))THEN

6243:
6244: --bug#8261344
6245: -- swai: bug 12547701 updated if statement
6246: If ((l_return_status = G_CSD_RET_STS_WARNING) AND
6247: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') <> 'S'))THEN
6248: x_return_status := l_return_status;
6249: -- x_msg_data := l_msg_data_warning; -- swai: bug 12547701
6250: END IF;
6251:

Line 6680: l_enable_update_instance := nvl(FND_PROFILE.VALUE('CSD_UPDATE_INSTANCE_ID_FOR_NON_S_IB'), 'N');

6676:
6677: --Bug#6779806
6678: --get the profile value:
6679: --CSD: Update Instance Number on Shipped Lines for Non-Serialized Installed Base Item
6680: l_enable_update_instance := nvl(FND_PROFILE.VALUE('CSD_UPDATE_INSTANCE_ID_FOR_NON_S_IB'), 'N');
6681:
6682: -- Keep count of number of records
6683: l_total_records := 0;
6684:

Line 6966: IF(NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'S') THEN

6962: END IF;
6963:
6964: --bug#8261344
6965: -- swai: bug 12547701 changed if statement
6966: IF(NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'S') THEN
6967: RAISE FND_API.G_EXC_ERROR;
6968: else
6969: -- RAISE FND_API.G_EXC_ERROR;
6970: l_skip_record := TRUE;

Line 9069: Debug('profile value :'||NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S'),l_mod_name,2);

9065: -- Debug messages
9066: Debug('Return Status from RECEIPTS_UPDATE :'||l_return_status,l_mod_name,2);
9067:
9068: Debug('p_repair_line_id :'||p_repair_line_id,l_mod_name,2);
9069: Debug('profile value :'||NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S'),l_mod_name,2);
9070:
9071: -- swai: bug 12547701
9072: -- Regardless of success/warning/failure,
9073: -- Write the messages in the message stack to both log and output files

Line 9087: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'I')) THEN

9083:
9084: --bug#8261344
9085: -- swai: bug 12547701 added new if clause
9086: If ((l_return_status = G_CSD_RET_STS_WARNING) AND
9087: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'I')) THEN
9088: retcode := l_success_status; -- return success since we are ignoring warnings
9089: errbuf := l_msg_data; -- but show the messages in the log
9090: ELSIF ((l_return_status = G_CSD_RET_STS_WARNING) AND
9091: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'A')) THEN

Line 9091: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'A')) THEN

9087: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'I')) THEN
9088: retcode := l_success_status; -- return success since we are ignoring warnings
9089: errbuf := l_msg_data; -- but show the messages in the log
9090: ELSIF ((l_return_status = G_CSD_RET_STS_WARNING) AND
9091: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'A')) THEN
9092: retcode := l_warning_status;
9093: errbuf := l_msg_data;
9094: ElSIF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
9095: -- swai: bug 12547701 no need to concatenate here since it was already done

Line 9323: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'I')) THEN

9319:
9320: --bug#8261344
9321: -- swai: bug 12547701 added new if clause
9322: If ((l_return_status = G_CSD_RET_STS_WARNING) AND
9323: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'I')) THEN
9324: retcode := l_success_status; -- return success since we are ignoring warnings
9325: errbuf := l_msg_data; -- but show the messages in the log
9326: ELSIF ((l_return_status = G_CSD_RET_STS_WARNING) AND
9327: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'A')) THEN

Line 9327: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'A')) THEN

9323: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'I')) THEN
9324: retcode := l_success_status; -- return success since we are ignoring warnings
9325: errbuf := l_msg_data; -- but show the messages in the log
9326: ELSIF ((l_return_status = G_CSD_RET_STS_WARNING) AND
9327: (NVL(fnd_profile.value('CSD_LOGISTICS_PROGRAM_ERROR'), 'S') = 'A')) THEN
9328: retcode := l_warning_status;
9329: errbuf := l_msg_data;
9330: ELSIF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
9331: -- swai: bug 12547701 no need to concatenate here since it was already done