DBA Data[Home] [Help]

APPS.HR_DE_TAX_SUPPORT dependencies on FND_FILE

Line 193: fnd_file.put_line(fnd_file.log,'ASG_SET');

189: , org_rec.organization_id
190: , P_BUSINESS_GROUP_ID)
191:
192: loop
193: fnd_file.put_line(fnd_file.log,'ASG_SET');
194: tax_record( P_BUSINESS_GROUP_ID
195: ,P_DATE_FROM
196: ,P_ACTION
197: ,assgt_rec.assignment_id

Line 253: fnd_file.put_line(fnd_file.log,SQLERRM);

249: END IF;
250:
251: exception
252: when others then
253: fnd_file.put_line(fnd_file.log,SQLERRM);
254: fnd_file.put_line(fnd_file.log,'');
255:
256: end batch_update;
257:

Line 254: fnd_file.put_line(fnd_file.log,'');

250:
251: exception
252: when others then
253: fnd_file.put_line(fnd_file.log,SQLERRM);
254: fnd_file.put_line(fnd_file.log,'');
255:
256: end batch_update;
257:
258: