DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on FND_FILE

Line 180: fnd_file.put_line(fnd_file.log, 'p_vendor_id: '||p_vendor_id);

176: )
177: IS
178:
179: BEGIN
180: fnd_file.put_line(fnd_file.log, 'p_vendor_id: '||p_vendor_id);
181: fnd_file.put_line(fnd_file.log, 'p_vend_org_type: '||p_vend_org_type);
182:
183: x_status := 'E';
184:

Line 181: fnd_file.put_line(fnd_file.log, 'p_vend_org_type: '||p_vend_org_type);

177: IS
178:
179: BEGIN
180: fnd_file.put_line(fnd_file.log, 'p_vendor_id: '||p_vendor_id);
181: fnd_file.put_line(fnd_file.log, 'p_vend_org_type: '||p_vend_org_type);
182:
183: x_status := 'E';
184:
185: UPDATE ap_suppliers

Line 945: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Updating org type with: '||p_org_type_lookup);

941: l_module_name,l_msg_text);
942: insert_for_report(p_duns,16,l_msg_text,null,
943: null,null,null);
944: x_vendor_name := l_vendor_name;
945: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Updating org type with: '||p_org_type_lookup);
946: update_vendor_org_type(
947: p_vendor_id => l_vendor_id,
948: p_vend_org_type => p_org_type_lookup,
949: x_status => l_status,