DBA Data[Home] [Help]

APPS.EDR_ATTACHMENTS_GRP dependencies on EDR_UTILITIES

Line 821: l_category_name := edr_utilities.get_delimited_string(l_category_names,';');

817: l_category_names := l_category;
818:
819: --parse the string of semicolon separated category names and get the
820: --individual category name
821: l_category_name := edr_utilities.get_delimited_string(l_category_names,';');
822:
823: wf_log_pkg.string(6, 'ATTACH_ERP_AUT','Category PArsed');
824: loop
825:

Line 870: l_category_name := edr_utilities.get_delimited_string(l_category_names,';');

866: end;
867:
868: --get the new value of the category name
869: if (l_category_name is not null) then
870: l_category_name := edr_utilities.get_delimited_string(l_category_names,';');
871: end if;
872:
873: EXIT WHEN l_category_name is null;
874: