DBA Data[Home] [Help]

APPS.IBE_DSP_HIERARCHY_SETUP_PUB dependencies on IBE_UTIL

Line 90: IBE_UTIL.debug('parameters: parent id=' ||p_hierachy_section_rec.parent_section_id||

86:
87: -- Initialize API return status to success
88: x_return_status := FND_API.G_RET_STS_SUCCESS;
89: IF (l_debug='Y') THEN
90: IBE_UTIL.debug('parameters: parent id=' ||p_hierachy_section_rec.parent_section_id||
91: ' start_date='||p_hierachy_section_rec.start_date_active ||
92: ' type_code='||p_hierachy_section_rec.section_type_code||
93: ' status_code=' ||p_hierachy_section_rec.status_code ||
94: ' display_name='||p_hierachy_section_rec.display_name);

Line 141: IBE_UTIL.debug(FND_MSG_PUB.get(i,FND_API.G_FALSE));

137: --
138: -- End of main API body.
139: IF (l_debug='Y') AND ( x_return_status <> FND_API.G_RET_STS_ERROR) THEN
140: FOR i in 1..x_msg_count loop
141: IBE_UTIL.debug(FND_MSG_PUB.get(i,FND_API.G_FALSE));
142: END LOOP;
143: END IF;
144:
145: -- Standard check of p_commit.

Line 336: IBE_UTIL.debug('start of Associate_Logical_Content');

332:
333: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
334:
335: IF (l_debug = 'Y') THEN
336: IBE_UTIL.debug('start of Associate_Logical_Content');
337: END If;
338:
339: -- API Body start
340:

Line 377: IBE_UTIL.debug(FND_MSG_PUB.get(i,FND_API.G_FALSE));

373: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
374: l_overall_return_status:= FND_API.G_RET_STS_ERROR;
375: IF (l_debug = 'Y') THEN
376: FOR i in 1..x_msg_count loop
377: IBE_UTIL.debug(FND_MSG_PUB.get(i,FND_API.G_FALSE));
378: END LOOP;
379: END IF;
380: END IF;
381: END LOOP;

Line 389: IBE_UTIL.debug('API overall status='||l_overall_return_status);

385: -- set the x_return status to the API overall status
386: x_return_status:= l_overall_return_status;
387:
388: if(l_debug='Y') then
389: IBE_UTIL.debug('API overall status='||l_overall_return_status);
390: end if;
391:
392: -- End of main API body.
393: