DBA Data[Home] [Help]

APPS.DPP_NOTIFICATION_PVT dependencies on FND_PROFILE

Line 129: l_output_type := fnd_profile.VALUE('DPP_NOTIFICATION_REPORT_TYPE');

125: END;
126:
127: FND_GLOBAL.APPS_INITIALIZE(p_user_id,l_responsibility_id,l_application_id);
128:
129: l_output_type := fnd_profile.VALUE('DPP_NOTIFICATION_REPORT_TYPE');
130:
131: IF g_debug THEN
132: DPP_UTILITY_PVT.debug_message('Output Type: ' || l_output_type);
133: END IF;

Line 500: -- x_output_type := fnd_profile.VALUE('DPP_NOTIFICATION_REPORT_TYPE');

496: FND_MSG_PUB.add;
497: RAISE FND_API.G_EXC_ERROR;
498: END IF;
499:
500: -- x_output_type := fnd_profile.VALUE('DPP_NOTIFICATION_REPORT_TYPE');
501:
502: SELECT notification_attachment,notification_output_type
503: INTO x_formatted_output,x_output_type
504: FROM DPP_NOTIFICATION_BLOBS