DBA Data[Home] [Help]

APPS.PO_AME_WF_PVT dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 3180: l_max_attachment_size po_system_parameters_all.max_attachment_size%type;

3176: l_terms_param VARCHAR2(1);
3177: l_attachments_exist VARCHAR2(1); -- Holds 'Y' if there are any supplier file attachments
3178: l_duplicate_filenames VARCHAR2(1); -- Holds 'Y' if there are any supplier file attachments with same filename
3179: l_error_flag NUMBER; -- Determines if the error condition (same file namebut different file lengths has been met or not)
3180: l_max_attachment_size po_system_parameters_all.max_attachment_size%type;
3181: l_filename_new fnd_lobs.file_name%type;
3182: l_length NUMBER;
3183: l_length_new NUMBER;
3184: l_filename fnd_lobs.file_name%type;