DBA Data[Home] [Help]

APPS.PSP_AUTOPOP dependencies on FND_MESSAGE

Line 811: FND_MESSAGE.SET_NAME('PSP','PSP_AUTOP_SEG_NUM');

807: -- l_seg_no := l_segment_num;
808: IF (l_seg_no >nsegs) OR (l_seg_no IS NULL) THEN
809: --dbms_output.put_line('to test failure on exp type');
810: hr_utility.trace('Autodebug Message:PSP_AUTOPOP: PSP_AUTOP_SEG_NUM');
811: FND_MESSAGE.SET_NAME('PSP','PSP_AUTOP_SEG_NUM');
812: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
813: END IF;
814: hr_utility.trace('Autodebug Message:PSP_AUTOPOP: before IF ccid_exists = TRUE l_segment_num ='|| l_segment_num || 'segs(l_seg_no)='|| segs(l_seg_no)||'p_set_of_books_id='|| p_set_of_books_id ||'p_business_group_id='|| p_business_group_id);
815:

Line 1355: cat_segs := cat_segs || FND_MESSAGE.GET;

1351: cat_segs := cat_segs || '(' || segs(i) || ')';
1352: end loop;
1353: ELSE
1354: cat_segs := 'INVALID. Message = ';
1355: cat_segs := cat_segs || FND_MESSAGE.GET;
1356: END IF;
1357: --DBMS_OUTPUT.put_line('cat-segs is '||cat_segs);
1358:
1359: segs(nsegs) := l_natural_account;

Line 1367: cat_segs := cat_segs || FND_MESSAGE.GET;

1363: cat_segs := cat_segs || '(' || segs(i) || ')';
1364: end loop;
1365: ELSE
1366: cat_segs := 'INVALID. Message = ';
1367: cat_segs := cat_segs || FND_MESSAGE.GET;
1368: END IF;
1369: --DBMS_OUTPUT.put_line('New cat-segs is '||cat_segs); */
1370: /*Instead of choosing a last segment it is better to give client a chance to select a
1371: Natural account seg serial num depending on the profile setting*/

Line 1377: FND_MESSAGE.SET_NAME('PSP','PSP_AUTOP_SEG_NUM');

1373: -- l_seg_no := TO_NUMBER(FND_PROFILE.VALUE('PSP_AUTOP_SEG_NUM'));
1374: /* For Bug 1907209 : Natural By Pass Account Enhancement: Commenting the code
1375: l_seg_no:=l_segment_num;
1376: if (l_seg_no >nsegs) or (l_seg_no IS NULL) THEN
1377: FND_MESSAGE.SET_NAME('PSP','PSP_AUTOP_SEG_NUM');
1378: -- APP_EXCEPTION.RAISE_EXCEPTION;
1379: END IF;
1380: */
1381: --segs(nsegs ) := l_natural_account;