DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on IBU_REQ_PKG

Line 1: PACKAGE BODY IBU_REQ_PKG as

1: PACKAGE BODY IBU_REQ_PKG as
2: /* $Header: ibursrb.pls 120.11 2007/11/16 12:41:14 mpathani ship $ */
3: /*======================================================================+
4: | Copyright (c) 1999 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 1124: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);

1120: -- added for link type enhancement
1121: if (x_return_status = 'S' and (l_ref_object_code is null or length(l_ref_object_code) = 0) and l_ref_object_id <> -1) then
1122: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1123: l_dbg_msg := fnd_message.get_string('IBU', 'IBU_SR_REF_OBJ_CODE_NOT_PASSED');
1124: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1125: end if;
1126: end if;
1127:
1128: if (x_return_status = 'S' and l_ref_object_id = -1 and l_ref_object_code is not null and length(l_ref_object_code) > 0) then

Line 1131: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);

1127:
1128: if (x_return_status = 'S' and l_ref_object_id = -1 and l_ref_object_code is not null and length(l_ref_object_code) > 0) then
1129: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1130: l_dbg_msg := fnd_message.get_string('IBU', 'IBU_SR_REF_OBJ_ID_NOT_PASSED');
1131: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1132: end if;
1133: end if;
1134:
1135: if (x_return_status = 'S' and l_ref_object_code is not null and length(l_ref_object_code) > 0 and l_ref_object_id <> -1) then

Line 1145: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);

1141:
1142: if (l_ref_object_count = 0) then
1143: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1144: l_dbg_msg := fnd_message.get_string('IBU','IBU_SR_REF_OBJ_CODE_INVALID');
1145: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1146: end if;
1147: else
1148: l_ref_object_count := 0;
1149:

Line 1159: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);

1155:
1156: if (l_ref_object_count = 0) then
1157: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1158: l_dbg_msg := fnd_message.get_string('IBU', 'IBU_SR_REF_OBJ_ID_INVALID');
1159: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1160: end if;
1161: else
1162: l_sr_create_link_rec.SUBJECT_ID := x_request_id;
1163: l_sr_create_link_rec.SUBJECT_TYPE := 'SR';

Line 1186: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', lx_msg_data);

1182: );
1183:
1184: if (lx_return_status <> 'S') then
1185: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1186: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', lx_msg_data);
1187: end if;
1188: end if;
1189:
1190: end if;

Line 1756: END IBU_REQ_PKG;

1752:
1753: end validate_http_service_ticket;
1754:
1755:
1756: END IBU_REQ_PKG;