DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on FND_INSTALLATION

Line 55: -- Local variables to use the fnd_installation.get_app_info

51: PROGNM IN VARCHAR2,
52: LOG IN VARCHAR2) is
53:
54: p_apps_user VARCHAR2(30);
55: -- Local variables to use the fnd_installation.get_app_info
56: lv_status VARCHAR2(5);
57: lv_industry VARCHAR2(5);
58: lv_schema VARCHAR2(30);
59: lv_return BOOLEAN;

Line 287: lv_return := fnd_installation.get_app_info(c1_record.application_short_name,lv_status,lv_industry,lv_schema);

283: '-'|| ' Audit Group Table Name : ' || c1_record.table_name);
284:
285: flag1 := 'Y';
286:
287: lv_return := fnd_installation.get_app_info(c1_record.application_short_name,lv_status,lv_industry,lv_schema);
288:
289: for c16_record in c16(c1_record.audit_group_id, c1_record.table_id) loop
290: print_output(log,
291: '-'|| ' Audit Group Oracle Username : '