DBA Data[Home] [Help]

APPS.PV_USER_ROLE_PVT dependencies on PVX_UTILITY_PVT

Line 74: PVX_Utility_PVT.debug_message(l_full_name||': start');

70: IF (PV_DEBUG_HIGH_ON) THEN
71:
72:
73:
74: PVX_Utility_PVT.debug_message(l_full_name||': start');
75:
76: END IF;
77:
78: IF FND_API.to_boolean(p_init_msg_list) THEN

Line 101: Pvx_Utility_Pvt.debug_message('ERROR: NOT valid USER TYPE IS passed IN.');

97: L_ENRLTYPE_KEY:=G_BUSINESS_USER;
98: ELSE
99: --raise exception by adding apppropriate FND message as not valid user type passed in.
100: IF (PV_DEBUG_HIGH_ON) THEN
101: Pvx_Utility_Pvt.debug_message('ERROR: NOT valid USER TYPE IS passed IN.');
102: END IF;
103: --raise exception by adding apppropriate FND message as not valid user type passed in.
104: FND_MESSAGE.set_name('PV', 'PV_USER_ROLE_NO_TYPE');
105: FND_MSG_PUB.add;

Line 199: PVX_Utility_PVT.debug_message(l_full_name ||': end');

195: IF (PV_DEBUG_HIGH_ON) THEN
196:
197:
198:
199: PVX_Utility_PVT.debug_message(l_full_name ||': end');
200:
201: END IF;
202:
203: EXCEPTION