DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on FND_FILE

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

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

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

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

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

1019: l_module_name,l_msg_text);
1020: insert_for_report(p_duns,16,l_msg_text,null,
1021: null,null,null);
1022: x_vendor_name := l_vendor_name;
1023: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Updating org type with: '||p_org_type_lookup);
1024: update_vendor_org_type(
1025: p_vendor_id => l_vendor_id,
1026: p_vend_org_type => p_org_type_lookup,
1027: x_status => l_status,