DBA Data[Home] [Help]

APPS.BIS_PMV_PARAMETERS_PVT dependencies on HTP

Line 4209: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));

4205: v_bind_sql := v_sql_stmnt;
4206:
4207: if v_return_status = FND_API.G_RET_STS_ERROR then
4208: for i in 1..v_msg_count loop
4209: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));
4210: end loop;
4211: end if;
4212:
4213: if (upper(nvl(p_parameter_description, G_ALL)) <> upper(G_ALL) AND trim(p_parameter_description) <> '%') then

Line 4509: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));

4505: );
4506: --end if;
4507: if v_return_status = FND_API.G_RET_STS_ERROR then
4508: for i in 1..v_msg_count loop
4509: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));
4510: end loop;
4511: end if;
4512:
4513: if rtrim(ltrim(vEdwDimensionLevel)) = 'EDW_TIME_A' then

Line 4619: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));

4615: );
4616:
4617: if v_return_status = FND_API.G_RET_STS_ERROR then
4618: for i in 1..v_msg_count loop
4619: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));
4620: end loop;
4621: end if;
4622: end if;
4623: