DBA Data[Home] [Help]

APPS.BIS_PMV_PMF_PVT dependencies on HTP

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

263: );
264:
265: /*if v_return_status = FND_API.G_RET_STS_ERROR then
266: for i in 1..v_msg_count loop
267: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));
268: htp.br;
269: end loop;
270: end if;*/
271:

Line 268: htp.br;

264:
265: /*if v_return_status = FND_API.G_RET_STS_ERROR then
266: for i in 1..v_msg_count loop
267: htp.print(fnd_msg_pub.get(p_msg_index=>i, p_encoded=>FND_API.G_FALSE));
268: htp.br;
269: end loop;
270: end if;*/
271:
272: vSql := 'select '||v_id_name||' from '||v_table;

Line 501: htp.print(p_parm1Level_short_name ||' does not match the level short name defined in AK .');

497: exception
498: --jprabhud added l_return_status for enhancement#2184054
499: when NO_DATA_FOUND then
500: l_return_status := FND_API.G_RET_STS_ERROR;
501: htp.print(p_parm1Level_short_name ||' does not match the level short name defined in AK .');
502: when others then
503: l_return_status := FND_API.G_RET_STS_ERROR;
504: htp.print('cannot obtain correct info for level short name: '||p_parm1Level_short_name);
505: end;

Line 504: htp.print('cannot obtain correct info for level short name: '||p_parm1Level_short_name);

500: l_return_status := FND_API.G_RET_STS_ERROR;
501: htp.print(p_parm1Level_short_name ||' does not match the level short name defined in AK .');
502: when others then
503: l_return_status := FND_API.G_RET_STS_ERROR;
504: htp.print('cannot obtain correct info for level short name: '||p_parm1Level_short_name);
505: end;
506: END IF;
507:
508: IF ( p_parm2Level_short_name IS NOT NULL) THEN

Line 524: htp.print(p_parm2Level_short_name ||' does not match the level short name defined in AK .');

520: exception
521: --jprabhud added l_return_status for enhancement#2184054
522: when NO_DATA_FOUND then
523: l_return_status := FND_API.G_RET_STS_ERROR;
524: htp.print(p_parm2Level_short_name ||' does not match the level short name defined in AK .');
525: when others then
526: l_return_status := FND_API.G_RET_STS_ERROR;
527: htp.print('cannot obtain correct info for level short name: '||p_parm2Level_short_name);
528: end;

Line 527: htp.print('cannot obtain correct info for level short name: '||p_parm2Level_short_name);

523: l_return_status := FND_API.G_RET_STS_ERROR;
524: htp.print(p_parm2Level_short_name ||' does not match the level short name defined in AK .');
525: when others then
526: l_return_status := FND_API.G_RET_STS_ERROR;
527: htp.print('cannot obtain correct info for level short name: '||p_parm2Level_short_name);
528: end;
529:
530: END IF;
531:

Line 548: htp.print(p_parm3Level_short_name ||' does not match the level short name defined in AK .');

544: exception
545: --jprabhud added l_return_status for enhancement#2184054
546: when NO_DATA_FOUND then
547: l_return_status := FND_API.G_RET_STS_ERROR;
548: htp.print(p_parm3Level_short_name ||' does not match the level short name defined in AK .');
549: when others then
550: l_return_status := FND_API.G_RET_STS_ERROR;
551: htp.print('cannot obtain correct info for level short name: '||p_parm3Level_short_name);
552: end;

Line 551: htp.print('cannot obtain correct info for level short name: '||p_parm3Level_short_name);

547: l_return_status := FND_API.G_RET_STS_ERROR;
548: htp.print(p_parm3Level_short_name ||' does not match the level short name defined in AK .');
549: when others then
550: l_return_status := FND_API.G_RET_STS_ERROR;
551: htp.print('cannot obtain correct info for level short name: '||p_parm3Level_short_name);
552: end;
553:
554: END IF;
555:

Line 571: htp.print(p_parm4Level_short_name ||' does not match the level short name defined in AK .');

567: exception
568: --jprabhud added l_return_status for enhancement#2184054
569: when NO_DATA_FOUND then
570: l_return_status := FND_API.G_RET_STS_ERROR;
571: htp.print(p_parm4Level_short_name ||' does not match the level short name defined in AK .');
572: when others then
573: l_return_status := FND_API.G_RET_STS_ERROR;
574: htp.print('cannot obtain correct info for level short name: '||p_parm4Level_short_name);
575: end;

Line 574: htp.print('cannot obtain correct info for level short name: '||p_parm4Level_short_name);

570: l_return_status := FND_API.G_RET_STS_ERROR;
571: htp.print(p_parm4Level_short_name ||' does not match the level short name defined in AK .');
572: when others then
573: l_return_status := FND_API.G_RET_STS_ERROR;
574: htp.print('cannot obtain correct info for level short name: '||p_parm4Level_short_name);
575: end;
576:
577: END IF;
578:

Line 594: htp.print(p_parm5Level_short_name ||' does not match the level short name defined in AK .');

590: exception
591: --jprabhud added l_return_status for enhancement#2184054
592: when NO_DATA_FOUND then
593: l_return_status := FND_API.G_RET_STS_ERROR;
594: htp.print(p_parm5Level_short_name ||' does not match the level short name defined in AK .');
595: when others then
596: l_return_status := FND_API.G_RET_STS_ERROR;
597: htp.print('cannot obtain correct info for level short name: '||p_parm5Level_short_name);
598: end;

Line 597: htp.print('cannot obtain correct info for level short name: '||p_parm5Level_short_name);

593: l_return_status := FND_API.G_RET_STS_ERROR;
594: htp.print(p_parm5Level_short_name ||' does not match the level short name defined in AK .');
595: when others then
596: l_return_status := FND_API.G_RET_STS_ERROR;
597: htp.print('cannot obtain correct info for level short name: '||p_parm5Level_short_name);
598: end;
599:
600: END IF;
601:

Line 617: htp.print(p_parm6Level_short_name ||' does not match the level short name defined in AK .');

613: exception
614: --jprabhud added l_return_status for enhancement#2184054
615: when NO_DATA_FOUND then
616: l_return_status := FND_API.G_RET_STS_ERROR;
617: htp.print(p_parm6Level_short_name ||' does not match the level short name defined in AK .');
618: when others then
619: l_return_status := FND_API.G_RET_STS_ERROR;
620: htp.print('cannot obtain correct info for level short name: '||p_parm6Level_short_name);
621: end;

Line 620: htp.print('cannot obtain correct info for level short name: '||p_parm6Level_short_name);

616: l_return_status := FND_API.G_RET_STS_ERROR;
617: htp.print(p_parm6Level_short_name ||' does not match the level short name defined in AK .');
618: when others then
619: l_return_status := FND_API.G_RET_STS_ERROR;
620: htp.print('cannot obtain correct info for level short name: '||p_parm6Level_short_name);
621: end;
622:
623: END IF;
624:

Line 637: htp.print(p_parm7Level_short_name ||' does not match the level short name defined in AK .');

633: exception
634: --jprabhud added l_return_status for enhancement#2184054
635: when NO_DATA_FOUND then
636: l_return_status := FND_API.G_RET_STS_ERROR;
637: htp.print(p_parm7Level_short_name ||' does not match the level short name defined in AK .');
638: when others then
639: l_return_status := FND_API.G_RET_STS_ERROR;
640: htp.print('cannot obtain correct info for level short name: '||p_parm7Level_short_name);
641: end;

Line 640: htp.print('cannot obtain correct info for level short name: '||p_parm7Level_short_name);

636: l_return_status := FND_API.G_RET_STS_ERROR;
637: htp.print(p_parm7Level_short_name ||' does not match the level short name defined in AK .');
638: when others then
639: l_return_status := FND_API.G_RET_STS_ERROR;
640: htp.print('cannot obtain correct info for level short name: '||p_parm7Level_short_name);
641: end;
642:
643: END IF;
644:

Line 660: htp.print(p_parm8Level_short_name ||' does not match the level short name defined in AK .');

656: exception
657: --jprabhud added l_return_status for enhancement#2184054
658: when NO_DATA_FOUND then
659: l_return_status := FND_API.G_RET_STS_ERROR;
660: htp.print(p_parm8Level_short_name ||' does not match the level short name defined in AK .');
661: when others then
662: l_return_status := FND_API.G_RET_STS_ERROR;
663: htp.print('cannot obtain correct info for level short name: '||p_parm8Level_short_name);
664: end;

Line 663: htp.print('cannot obtain correct info for level short name: '||p_parm8Level_short_name);

659: l_return_status := FND_API.G_RET_STS_ERROR;
660: htp.print(p_parm8Level_short_name ||' does not match the level short name defined in AK .');
661: when others then
662: l_return_status := FND_API.G_RET_STS_ERROR;
663: htp.print('cannot obtain correct info for level short name: '||p_parm8Level_short_name);
664: end;
665:
666: END IF;
667:

Line 683: htp.print(p_parm9Level_short_name ||' does not match the level short name defined in AK .');

679: exception
680: --jprabhud added l_return_status for enhancement#2184054
681: when NO_DATA_FOUND then
682: l_return_status := FND_API.G_RET_STS_ERROR;
683: htp.print(p_parm9Level_short_name ||' does not match the level short name defined in AK .');
684: when others then
685: l_return_status := FND_API.G_RET_STS_ERROR;
686: htp.print('cannot obtain correct info for level short name: '||p_parm9Level_short_name);
687: end;

Line 686: htp.print('cannot obtain correct info for level short name: '||p_parm9Level_short_name);

682: l_return_status := FND_API.G_RET_STS_ERROR;
683: htp.print(p_parm9Level_short_name ||' does not match the level short name defined in AK .');
684: when others then
685: l_return_status := FND_API.G_RET_STS_ERROR;
686: htp.print('cannot obtain correct info for level short name: '||p_parm9Level_short_name);
687: end;
688:
689: END IF;
690:

Line 706: htp.print(p_parm10Level_short_name ||' does not match the level short name defined in AK .');

702: exception
703: --jprabhud added l_return_status for enhancement#2184054
704: when NO_DATA_FOUND then
705: l_return_status := FND_API.G_RET_STS_ERROR;
706: htp.print(p_parm10Level_short_name ||' does not match the level short name defined in AK .');
707: when others then
708: l_return_status := FND_API.G_RET_STS_ERROR;
709: htp.print('cannot obtain correct info for level short name: '||p_parm10Level_short_name);
710: end;

Line 709: htp.print('cannot obtain correct info for level short name: '||p_parm10Level_short_name);

705: l_return_status := FND_API.G_RET_STS_ERROR;
706: htp.print(p_parm10Level_short_name ||' does not match the level short name defined in AK .');
707: when others then
708: l_return_status := FND_API.G_RET_STS_ERROR;
709: htp.print('cannot obtain correct info for level short name: '||p_parm10Level_short_name);
710: end;
711:
712: END IF;
713:

Line 729: htp.print(p_parm11Level_short_name ||' does not match the level short name defined in AK .');

725: exception
726: --jprabhud added l_return_status for enhancement#2184054
727: when NO_DATA_FOUND then
728: l_return_status := FND_API.G_RET_STS_ERROR;
729: htp.print(p_parm11Level_short_name ||' does not match the level short name defined in AK .');
730: when others then
731: l_return_status := FND_API.G_RET_STS_ERROR;
732: htp.print('cannot obtain correct info for level short name: '||p_parm11Level_short_name);
733: end;

Line 732: htp.print('cannot obtain correct info for level short name: '||p_parm11Level_short_name);

728: l_return_status := FND_API.G_RET_STS_ERROR;
729: htp.print(p_parm11Level_short_name ||' does not match the level short name defined in AK .');
730: when others then
731: l_return_status := FND_API.G_RET_STS_ERROR;
732: htp.print('cannot obtain correct info for level short name: '||p_parm11Level_short_name);
733: end;
734:
735: END IF;
736:

Line 752: htp.print(p_parm12Level_short_name ||' does not match the level short name defined in AK .');

748: exception
749: --jprabhud added l_return_status for enhancement#2184054
750: when NO_DATA_FOUND then
751: l_return_status := FND_API.G_RET_STS_ERROR;
752: htp.print(p_parm12Level_short_name ||' does not match the level short name defined in AK .');
753: when others then
754: l_return_status := FND_API.G_RET_STS_ERROR;
755: htp.print('cannot obtain correct info for level short name: '||p_parm12Level_short_name);
756: end;

Line 755: htp.print('cannot obtain correct info for level short name: '||p_parm12Level_short_name);

751: l_return_status := FND_API.G_RET_STS_ERROR;
752: htp.print(p_parm12Level_short_name ||' does not match the level short name defined in AK .');
753: when others then
754: l_return_status := FND_API.G_RET_STS_ERROR;
755: htp.print('cannot obtain correct info for level short name: '||p_parm12Level_short_name);
756: end;
757:
758: END IF;
759:

Line 775: htp.print(p_parm13Level_short_name ||' does not match the level short name defined in AK .');

771: exception
772: --jprabhud added l_return_status for enhancement#2184054
773: when NO_DATA_FOUND then
774: l_return_status := FND_API.G_RET_STS_ERROR;
775: htp.print(p_parm13Level_short_name ||' does not match the level short name defined in AK .');
776: when others then
777: l_return_status := FND_API.G_RET_STS_ERROR;
778: htp.print('cannot obtain correct info for level short name: '||p_parm13Level_short_name);
779: end;

Line 778: htp.print('cannot obtain correct info for level short name: '||p_parm13Level_short_name);

774: l_return_status := FND_API.G_RET_STS_ERROR;
775: htp.print(p_parm13Level_short_name ||' does not match the level short name defined in AK .');
776: when others then
777: l_return_status := FND_API.G_RET_STS_ERROR;
778: htp.print('cannot obtain correct info for level short name: '||p_parm13Level_short_name);
779: end;
780:
781: END IF;
782:

Line 801: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK.');

797: AND ak.attribute1 in ('DIMENSION LEVEL', 'DIM LEVEL SINGLE VALUE');
798: exception
799: when NO_DATA_FOUND then
800: l_return_status := FND_API.G_RET_STS_ERROR;
801: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK.');
802: when others then
803: l_return_status := FND_API.G_RET_STS_ERROR;
804: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
805: end;

Line 804: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);

800: l_return_status := FND_API.G_RET_STS_ERROR;
801: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK.');
802: when others then
803: l_return_status := FND_API.G_RET_STS_ERROR;
804: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
805: end;
806:
807: END IF;
808: */

Line 858: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK .');

854: EXCEPTION
855: --jprabhud added l_return_status enhancement#2184054
856: WHEN NO_DATA_FOUND then
857: l_return_status := FND_API.G_RET_STS_ERROR;
858: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK .');
859: WHEN others then
860: l_return_status := FND_API.G_RET_STS_ERROR;
861: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
862: end;

Line 861: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);

857: l_return_status := FND_API.G_RET_STS_ERROR;
858: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK .');
859: WHEN others then
860: l_return_status := FND_API.G_RET_STS_ERROR;
861: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
862: end;
863: END IF;
864:
865: IF (p_TimeParmLevel_short_name IS NOT NULL) THEN

Line 879: htp.print(p_TimeparmLevel_short_name ||' does not match the level short name defined in AK .');

875: exception
876: --jprabhud added l_return_status for enhancement#2184054
877: when NO_DATA_FOUND then
878: l_return_status := FND_API.G_RET_STS_ERROR;
879: htp.print(p_TimeparmLevel_short_name ||' does not match the level short name defined in AK .');
880: when others then
881: l_return_status := FND_API.G_RET_STS_ERROR;
882: htp.print('cannot obtain correct info for level short name: '||p_TimeparmLevel_short_name);
883: end;

Line 882: htp.print('cannot obtain correct info for level short name: '||p_TimeparmLevel_short_name);

878: l_return_status := FND_API.G_RET_STS_ERROR;
879: htp.print(p_TimeparmLevel_short_name ||' does not match the level short name defined in AK .');
880: when others then
881: l_return_status := FND_API.G_RET_STS_ERROR;
882: htp.print('cannot obtain correct info for level short name: '||p_TimeparmLevel_short_name);
883: end;
884:
885: vTimeFromParameter := p_TimeFromparmValue_name;
886: END IF;

Line 1173: htp.print(p_parm1Level_short_name ||' does not match the level short name defined in AK .');

1169: exception
1170: --jprabhud added l_return_status for enhancement#2184054
1171: when NO_DATA_FOUND then
1172: l_return_status := FND_API.G_RET_STS_ERROR;
1173: htp.print(p_parm1Level_short_name ||' does not match the level short name defined in AK .');
1174: when others then
1175: l_return_status := FND_API.G_RET_STS_ERROR;
1176: htp.print('cannot obtain correct info for level short name: '||p_parm1Level_short_name);
1177: end;

Line 1176: htp.print('cannot obtain correct info for level short name: '||p_parm1Level_short_name);

1172: l_return_status := FND_API.G_RET_STS_ERROR;
1173: htp.print(p_parm1Level_short_name ||' does not match the level short name defined in AK .');
1174: when others then
1175: l_return_status := FND_API.G_RET_STS_ERROR;
1176: htp.print('cannot obtain correct info for level short name: '||p_parm1Level_short_name);
1177: end;
1178: END IF;
1179:
1180: IF ( p_parm2Level_short_name IS NOT NULL) THEN

Line 1196: htp.print(p_parm2Level_short_name ||' does not match the level short name defined in AK .');

1192: exception
1193: --jprabhud added l_return_status for enhancement#2184054
1194: when NO_DATA_FOUND then
1195: l_return_status := FND_API.G_RET_STS_ERROR;
1196: htp.print(p_parm2Level_short_name ||' does not match the level short name defined in AK .');
1197: when others then
1198: l_return_status := FND_API.G_RET_STS_ERROR;
1199: htp.print('cannot obtain correct info for level short name: '||p_parm2Level_short_name);
1200: end;

Line 1199: htp.print('cannot obtain correct info for level short name: '||p_parm2Level_short_name);

1195: l_return_status := FND_API.G_RET_STS_ERROR;
1196: htp.print(p_parm2Level_short_name ||' does not match the level short name defined in AK .');
1197: when others then
1198: l_return_status := FND_API.G_RET_STS_ERROR;
1199: htp.print('cannot obtain correct info for level short name: '||p_parm2Level_short_name);
1200: end;
1201:
1202: END IF;
1203:

Line 1220: htp.print(p_parm3Level_short_name ||' does not match the level short name defined in AK .');

1216: exception
1217: --jprabhud added l_return_status for enhancement#2184054
1218: when NO_DATA_FOUND then
1219: l_return_status := FND_API.G_RET_STS_ERROR;
1220: htp.print(p_parm3Level_short_name ||' does not match the level short name defined in AK .');
1221: when others then
1222: l_return_status := FND_API.G_RET_STS_ERROR;
1223: htp.print('cannot obtain correct info for level short name: '||p_parm3Level_short_name);
1224: end;

Line 1223: htp.print('cannot obtain correct info for level short name: '||p_parm3Level_short_name);

1219: l_return_status := FND_API.G_RET_STS_ERROR;
1220: htp.print(p_parm3Level_short_name ||' does not match the level short name defined in AK .');
1221: when others then
1222: l_return_status := FND_API.G_RET_STS_ERROR;
1223: htp.print('cannot obtain correct info for level short name: '||p_parm3Level_short_name);
1224: end;
1225:
1226: END IF;
1227:

Line 1243: htp.print(p_parm4Level_short_name ||' does not match the level short name defined in AK .');

1239: exception
1240: --jprabhud added l_return_status for enhancement#2184054
1241: when NO_DATA_FOUND then
1242: l_return_status := FND_API.G_RET_STS_ERROR;
1243: htp.print(p_parm4Level_short_name ||' does not match the level short name defined in AK .');
1244: when others then
1245: l_return_status := FND_API.G_RET_STS_ERROR;
1246: htp.print('cannot obtain correct info for level short name: '||p_parm4Level_short_name);
1247: end;

Line 1246: htp.print('cannot obtain correct info for level short name: '||p_parm4Level_short_name);

1242: l_return_status := FND_API.G_RET_STS_ERROR;
1243: htp.print(p_parm4Level_short_name ||' does not match the level short name defined in AK .');
1244: when others then
1245: l_return_status := FND_API.G_RET_STS_ERROR;
1246: htp.print('cannot obtain correct info for level short name: '||p_parm4Level_short_name);
1247: end;
1248:
1249: END IF;
1250:

Line 1266: htp.print(p_parm5Level_short_name ||' does not match the level short name defined in AK .');

1262: exception
1263: --jprabhud added l_return_status for enhancement#2184054
1264: when NO_DATA_FOUND then
1265: l_return_status := FND_API.G_RET_STS_ERROR;
1266: htp.print(p_parm5Level_short_name ||' does not match the level short name defined in AK .');
1267: when others then
1268: l_return_status := FND_API.G_RET_STS_ERROR;
1269: htp.print('cannot obtain correct info for level short name: '||p_parm5Level_short_name);
1270: end;

Line 1269: htp.print('cannot obtain correct info for level short name: '||p_parm5Level_short_name);

1265: l_return_status := FND_API.G_RET_STS_ERROR;
1266: htp.print(p_parm5Level_short_name ||' does not match the level short name defined in AK .');
1267: when others then
1268: l_return_status := FND_API.G_RET_STS_ERROR;
1269: htp.print('cannot obtain correct info for level short name: '||p_parm5Level_short_name);
1270: end;
1271:
1272: END IF;
1273:

Line 1289: htp.print(p_parm6Level_short_name ||' does not match the level short name defined in AK .');

1285: exception
1286: --jprabhud added l_return_status for enhancement#2184054
1287: when NO_DATA_FOUND then
1288: l_return_status := FND_API.G_RET_STS_ERROR;
1289: htp.print(p_parm6Level_short_name ||' does not match the level short name defined in AK .');
1290: when others then
1291: l_return_status := FND_API.G_RET_STS_ERROR;
1292: htp.print('cannot obtain correct info for level short name: '||p_parm6Level_short_name);
1293: end;

Line 1292: htp.print('cannot obtain correct info for level short name: '||p_parm6Level_short_name);

1288: l_return_status := FND_API.G_RET_STS_ERROR;
1289: htp.print(p_parm6Level_short_name ||' does not match the level short name defined in AK .');
1290: when others then
1291: l_return_status := FND_API.G_RET_STS_ERROR;
1292: htp.print('cannot obtain correct info for level short name: '||p_parm6Level_short_name);
1293: end;
1294:
1295: END IF;
1296:

Line 1309: htp.print(p_parm7Level_short_name ||' does not match the level short name defined in AK .');

1305: exception
1306: --jprabhud added l_return_status for enhancement#2184054
1307: when NO_DATA_FOUND then
1308: l_return_status := FND_API.G_RET_STS_ERROR;
1309: htp.print(p_parm7Level_short_name ||' does not match the level short name defined in AK .');
1310: when others then
1311: l_return_status := FND_API.G_RET_STS_ERROR;
1312: htp.print('cannot obtain correct info for level short name: '||p_parm7Level_short_name);
1313: end;

Line 1312: htp.print('cannot obtain correct info for level short name: '||p_parm7Level_short_name);

1308: l_return_status := FND_API.G_RET_STS_ERROR;
1309: htp.print(p_parm7Level_short_name ||' does not match the level short name defined in AK .');
1310: when others then
1311: l_return_status := FND_API.G_RET_STS_ERROR;
1312: htp.print('cannot obtain correct info for level short name: '||p_parm7Level_short_name);
1313: end;
1314:
1315: END IF;
1316:

Line 1332: htp.print(p_parm8Level_short_name ||' does not match the level short name defined in AK .');

1328: exception
1329: --jprabhud added l_return_status for enhancement#2184054
1330: when NO_DATA_FOUND then
1331: l_return_status := FND_API.G_RET_STS_ERROR;
1332: htp.print(p_parm8Level_short_name ||' does not match the level short name defined in AK .');
1333: when others then
1334: l_return_status := FND_API.G_RET_STS_ERROR;
1335: htp.print('cannot obtain correct info for level short name: '||p_parm8Level_short_name);
1336: end;

Line 1335: htp.print('cannot obtain correct info for level short name: '||p_parm8Level_short_name);

1331: l_return_status := FND_API.G_RET_STS_ERROR;
1332: htp.print(p_parm8Level_short_name ||' does not match the level short name defined in AK .');
1333: when others then
1334: l_return_status := FND_API.G_RET_STS_ERROR;
1335: htp.print('cannot obtain correct info for level short name: '||p_parm8Level_short_name);
1336: end;
1337:
1338: END IF;
1339:

Line 1355: htp.print(p_parm9Level_short_name ||' does not match the level short name defined in AK .');

1351: exception
1352: --jprabhud added l_return_status for enhancement#2184054
1353: when NO_DATA_FOUND then
1354: l_return_status := FND_API.G_RET_STS_ERROR;
1355: htp.print(p_parm9Level_short_name ||' does not match the level short name defined in AK .');
1356: when others then
1357: l_return_status := FND_API.G_RET_STS_ERROR;
1358: htp.print('cannot obtain correct info for level short name: '||p_parm9Level_short_name);
1359: end;

Line 1358: htp.print('cannot obtain correct info for level short name: '||p_parm9Level_short_name);

1354: l_return_status := FND_API.G_RET_STS_ERROR;
1355: htp.print(p_parm9Level_short_name ||' does not match the level short name defined in AK .');
1356: when others then
1357: l_return_status := FND_API.G_RET_STS_ERROR;
1358: htp.print('cannot obtain correct info for level short name: '||p_parm9Level_short_name);
1359: end;
1360:
1361: END IF;
1362:

Line 1378: htp.print(p_parm10Level_short_name ||' does not match the level short name defined in AK .');

1374: exception
1375: --jprabhud added l_return_status for enhancement#2184054
1376: when NO_DATA_FOUND then
1377: l_return_status := FND_API.G_RET_STS_ERROR;
1378: htp.print(p_parm10Level_short_name ||' does not match the level short name defined in AK .');
1379: when others then
1380: l_return_status := FND_API.G_RET_STS_ERROR;
1381: htp.print('cannot obtain correct info for level short name: '||p_parm10Level_short_name);
1382: end;

Line 1381: htp.print('cannot obtain correct info for level short name: '||p_parm10Level_short_name);

1377: l_return_status := FND_API.G_RET_STS_ERROR;
1378: htp.print(p_parm10Level_short_name ||' does not match the level short name defined in AK .');
1379: when others then
1380: l_return_status := FND_API.G_RET_STS_ERROR;
1381: htp.print('cannot obtain correct info for level short name: '||p_parm10Level_short_name);
1382: end;
1383:
1384: END IF;
1385:

Line 1401: htp.print(p_parm11Level_short_name ||' does not match the level short name defined in AK .');

1397: exception
1398: --jprabhud added l_return_status for enhancement#2184054
1399: when NO_DATA_FOUND then
1400: l_return_status := FND_API.G_RET_STS_ERROR;
1401: htp.print(p_parm11Level_short_name ||' does not match the level short name defined in AK .');
1402: when others then
1403: l_return_status := FND_API.G_RET_STS_ERROR;
1404: htp.print('cannot obtain correct info for level short name: '||p_parm11Level_short_name);
1405: end;

Line 1404: htp.print('cannot obtain correct info for level short name: '||p_parm11Level_short_name);

1400: l_return_status := FND_API.G_RET_STS_ERROR;
1401: htp.print(p_parm11Level_short_name ||' does not match the level short name defined in AK .');
1402: when others then
1403: l_return_status := FND_API.G_RET_STS_ERROR;
1404: htp.print('cannot obtain correct info for level short name: '||p_parm11Level_short_name);
1405: end;
1406:
1407: END IF;
1408:

Line 1424: htp.print(p_parm12Level_short_name ||' does not match the level short name defined in AK .');

1420: exception
1421: --jprabhud added l_return_status for enhancement#2184054
1422: when NO_DATA_FOUND then
1423: l_return_status := FND_API.G_RET_STS_ERROR;
1424: htp.print(p_parm12Level_short_name ||' does not match the level short name defined in AK .');
1425: when others then
1426: l_return_status := FND_API.G_RET_STS_ERROR;
1427: htp.print('cannot obtain correct info for level short name: '||p_parm12Level_short_name);
1428: end;

Line 1427: htp.print('cannot obtain correct info for level short name: '||p_parm12Level_short_name);

1423: l_return_status := FND_API.G_RET_STS_ERROR;
1424: htp.print(p_parm12Level_short_name ||' does not match the level short name defined in AK .');
1425: when others then
1426: l_return_status := FND_API.G_RET_STS_ERROR;
1427: htp.print('cannot obtain correct info for level short name: '||p_parm12Level_short_name);
1428: end;
1429:
1430: END IF;
1431:

Line 1447: htp.print(p_parm13Level_short_name ||' does not match the level short name defined in AK .');

1443: exception
1444: --jprabhud added l_return_status for enhancement#2184054
1445: when NO_DATA_FOUND then
1446: l_return_status := FND_API.G_RET_STS_ERROR;
1447: htp.print(p_parm13Level_short_name ||' does not match the level short name defined in AK .');
1448: when others then
1449: l_return_status := FND_API.G_RET_STS_ERROR;
1450: htp.print('cannot obtain correct info for level short name: '||p_parm13Level_short_name);
1451: end;

Line 1450: htp.print('cannot obtain correct info for level short name: '||p_parm13Level_short_name);

1446: l_return_status := FND_API.G_RET_STS_ERROR;
1447: htp.print(p_parm13Level_short_name ||' does not match the level short name defined in AK .');
1448: when others then
1449: l_return_status := FND_API.G_RET_STS_ERROR;
1450: htp.print('cannot obtain correct info for level short name: '||p_parm13Level_short_name);
1451: end;
1452:
1453: END IF;
1454:

Line 1473: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK.');

1469: AND ak.attribute1 in ('DIMENSION LEVEL', 'DIM LEVEL SINGLE VALUE');
1470: exception
1471: when NO_DATA_FOUND then
1472: l_return_status := FND_API.G_RET_STS_ERROR;
1473: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK.');
1474: when others then
1475: l_return_status := FND_API.G_RET_STS_ERROR;
1476: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
1477: end;

Line 1476: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);

1472: l_return_status := FND_API.G_RET_STS_ERROR;
1473: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK.');
1474: when others then
1475: l_return_status := FND_API.G_RET_STS_ERROR;
1476: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
1477: end;
1478:
1479: END IF;
1480: */

Line 1530: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK .');

1526: EXCEPTION
1527: --jprabhud added l_return_status enhancement#2184054
1528: WHEN NO_DATA_FOUND then
1529: l_return_status := FND_API.G_RET_STS_ERROR;
1530: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK .');
1531: WHEN others then
1532: l_return_status := FND_API.G_RET_STS_ERROR;
1533: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
1534: end;

Line 1533: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);

1529: l_return_status := FND_API.G_RET_STS_ERROR;
1530: htp.print(p_viewby_level_short_name ||' does not match the level short name defined in AK .');
1531: WHEN others then
1532: l_return_status := FND_API.G_RET_STS_ERROR;
1533: htp.print('cannot obtain correct info for level short name: '||p_viewby_level_short_name);
1534: end;
1535: END IF;
1536:
1537: IF (p_TimeParmLevel_short_name IS NOT NULL) THEN

Line 1551: htp.print(p_TimeparmLevel_short_name ||' does not match the level short name defined in AK .');

1547: exception
1548: --jprabhud added l_return_status for enhancement#2184054
1549: when NO_DATA_FOUND then
1550: l_return_status := FND_API.G_RET_STS_ERROR;
1551: htp.print(p_TimeparmLevel_short_name ||' does not match the level short name defined in AK .');
1552: when others then
1553: l_return_status := FND_API.G_RET_STS_ERROR;
1554: htp.print('cannot obtain correct info for level short name: '||p_TimeparmLevel_short_name);
1555: end;

Line 1554: htp.print('cannot obtain correct info for level short name: '||p_TimeparmLevel_short_name);

1550: l_return_status := FND_API.G_RET_STS_ERROR;
1551: htp.print(p_TimeparmLevel_short_name ||' does not match the level short name defined in AK .');
1552: when others then
1553: l_return_status := FND_API.G_RET_STS_ERROR;
1554: htp.print('cannot obtain correct info for level short name: '||p_TimeparmLevel_short_name);
1555: end;
1556:
1557: vTimeFromParameter := p_TimeFromparmValue_name;
1558: END IF;