DBA Data[Home] [Help]

APPS.HR_GENERAL_UTILITIES dependencies on HTP

Line 383: -- a private procedure in htf/htp

379: END Use_Message;
380: -- ----------------------------------------------------------------------------
381: -- |--< IFNOTNULL >-----------------------------------------------------------|
382: -- ----------------------------------------------------------------------------
383: -- a private procedure in htf/htp
384: -- ----------------------------------------------------------------------------
385: FUNCTION IFNOTNULL
386: ( str1 IN VARCHAR2
387: , str2 IN VARCHAR2

Line 1046: htp.p ('');
1073: --
1074: --exception not necessary
1075: --

Line 1072: htp.p ('');

1068: hr_utility.set_location('Entering : ' || l_proc, 5);
1069: END IF;
1070:
1071: htp.p ('');
1072: htp.p ('');
1073: --
1074: --exception not necessary
1075: --
1076:

Line 2297: htp.p (fnd_message.get);

2293: , 'HR_6153_ALL_PROCEDURE_FAIL'
2294: );
2295: hr_utility.set_message_token('PROCEDURE', l_proc);
2296: hr_utility.set_message_token('STEP', sqlerrm);
2297: htp.p (fnd_message.get);
2298: --
2299: -- do not re-raise otherwise fails; nowhere to raise to (may be calling itself)
2300: --
2301: WHEN OTHERS THEN