DBA Data[Home] [Help]

APPS.DPP_NOTIFICATION_PVT dependencies on DPP_NOTIFICATION_BLOBS

Line 134: INSERT INTO DPP_NOTIFICATION_BLOBS

130:
131: DPP_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Output Type: ' || l_output_type);
132:
133:
134: INSERT INTO DPP_NOTIFICATION_BLOBS
135: (
136: execution_detail_id,
137: creation_date,
138: created_by,

Line 500: FROM DPP_NOTIFICATION_BLOBS

496: -- x_output_type := fnd_profile.VALUE('DPP_NOTIFICATION_REPORT_TYPE');
497:
498: SELECT notification_attachment,notification_output_type
499: INTO x_formatted_output,x_output_type
500: FROM DPP_NOTIFICATION_BLOBS
501: WHERE execution_detail_id = p_execution_detail_id;
502:
503: IF x_formatted_output IS NULL THEN
504: FND_MESSAGE.set_name('DPP', 'DPP_OUTPUT_NOT_CREATED');