DBA Data[Home] [Help]

APPS.BIC_CONSOLIDATE_CUST_DATA_PKG dependencies on FND_FILE

Line 635: fnd_file.put_line(fnd_file.log,

631: 0,0,sysdate,sysdate);
632: end if;
633: exception
634: when others then
635: fnd_file.put_line(fnd_file.log,
636: 'Error for party id:' || to_char(g_party_id) ||
637: ' Org Id:' || to_char(g_org_id) ||
638: ' date:' || to_char(g_date,'dd-mon-yyyy') || '-'||
639: substr(sqlerrm,1,200));

Line 756: fnd_file.put_line(fnd_file.log,

752: 0,0,sysdate,sysdate );
753: end if;
754: exception
755: when others then
756: fnd_file.put_line(fnd_file.log,
757: 'Error n bic_party_status_summ for party id:' ||
758: to_char(g_party_id) ||
759: ' date:' || to_char(g_date,'dd-mon-yyyy') || '-'||
760: substr(sqlerrm,1,200));