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.21 2011/12/23 07:10:37 lkadamba ship $ */
3: /*======================================================================+
4: | Copyright (c) 1999 Oracle Corporation |
5: | Redwood Shores, California, USA |

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

1203: -- added for link type enhancement
1204: 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
1205: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1206: l_dbg_msg := fnd_message.get_string('IBU', 'IBU_SR_REF_OBJ_CODE_NOT_PASSED');
1207: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1208: end if;
1209: end if;
1210:
1211: 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 1214: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);

1210:
1211: 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
1212: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1213: l_dbg_msg := fnd_message.get_string('IBU', 'IBU_SR_REF_OBJ_ID_NOT_PASSED');
1214: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1215: end if;
1216: end if;
1217:
1218: 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 1228: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);

1224:
1225: if (l_ref_object_count = 0) then
1226: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1227: l_dbg_msg := fnd_message.get_string('IBU','IBU_SR_REF_OBJ_CODE_INVALID');
1228: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1229: end if;
1230: else
1231: l_ref_object_count := 0;
1232:

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

1238:
1239: if (l_ref_object_count = 0) then
1240: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1241: l_dbg_msg := fnd_message.get_string('IBU', 'IBU_SR_REF_OBJ_ID_INVALID');
1242: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', l_dbg_msg);
1243: end if;
1244: else
1245: l_sr_create_link_rec.SUBJECT_ID := x_request_id;
1246: l_sr_create_link_rec.SUBJECT_TYPE := 'SR';

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

1265: );
1266:
1267: if (lx_return_status <> 'S') then
1268: if ((FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
1269: FND_LOG.STRING(FND_LOG.LEVEL_ERROR, 'ibu.plsql.IBU_REQ_PKG.create_service_request', lx_msg_data);
1270: end if;
1271: end if;
1272:
1273: end if;

Line 1846: END IBU_REQ_PKG;

1842:
1843: end validate_http_service_ticket;
1844:
1845:
1846: END IBU_REQ_PKG;