DBA Data[Home] [Help]

APPS.AP_WEB_DB_VIOLATIONS_PKG dependencies on FND_PROFILE

Line 161: FND_PROFILE.GET('AP_WEB_REPNUM_PREFIX', l_report_prefix);

157: l_report_header_id VARCHAR2(30);
158:
159: BEGIN
160:
161: FND_PROFILE.GET('AP_WEB_REPNUM_PREFIX', l_report_prefix);
162: l_report_header_id := l_report_prefix || To_Char(p_report_header_id);
163:
164: DELETE FROM ap_pol_violations_all
165: WHERE dup_report_header_id = l_report_header_id;