DBA Data[Home] [Help]

APPS.DPP_NOTIFICATION_PVT dependencies on DPP_NOTIFICATION_BLOBS

Line 136: INSERT INTO DPP_NOTIFICATION_BLOBS

132: DPP_UTILITY_PVT.debug_message('Output Type: ' || l_output_type);
133: END IF;
134:
135:
136: INSERT INTO DPP_NOTIFICATION_BLOBS
137: (
138: execution_detail_id,
139: creation_date,
140: created_by,

Line 504: FROM DPP_NOTIFICATION_BLOBS

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
505: WHERE execution_detail_id = p_execution_detail_id;
506:
507: IF x_formatted_output IS NULL THEN
508: FND_MESSAGE.set_name('DPP', 'DPP_OUTPUT_NOT_CREATED');