DBA Data[Home] [Help]

APPS.JAI_CMN_RG_PERIOD_BALS_PKG dependencies on FND_FILE

Line 212: FND_FILE.put_line( FND_FILE.log, 'Please enter the last day of month for RG Period Balance consolidation');

208:
209: --------------------------------------------------------------------------------------------------------------------------------*/
210:
211: IF p_consolidate_till <> LAST_DAY(p_consolidate_till) THEN
212: FND_FILE.put_line( FND_FILE.log, 'Please enter the last day of month for RG Period Balance consolidation');
213: retcode := '2';
214: RETURN;
215: ELSIF p_consolidate_till >= trunc(sysdate) THEN
216: FND_FILE.put_line( FND_FILE.log, 'Consolidate Till value cannot be more than or equal to SYSTEM date');

Line 216: FND_FILE.put_line( FND_FILE.log, 'Consolidate Till value cannot be more than or equal to SYSTEM date');

212: FND_FILE.put_line( FND_FILE.log, 'Please enter the last day of month for RG Period Balance consolidation');
213: retcode := '2';
214: RETURN;
215: ELSIF p_consolidate_till >= trunc(sysdate) THEN
216: FND_FILE.put_line( FND_FILE.log, 'Consolidate Till value cannot be more than or equal to SYSTEM date');
217: retcode := '2';
218: RETURN;
219: END IF;
220:

Line 282: FND_FILE.put_line( FND_FILE.log, 'Balances have already been consolidated till '||r_last_record.end_date

278:
279:
280: ELSIF r_last_record.end_date >= ld_consolidate_till THEN
281:
282: FND_FILE.put_line( FND_FILE.log, 'Balances have already been consolidated till '||r_last_record.end_date
283: ||' for organization '||org.organization_id||' and location '||org.location_id
284: );
285: GOTO next_org;
286:

Line 556: fnd_file.put_line(fnd_file.log, lv_error_message);

552:
553: if ln_parent_register_id is null then
554: lv_error_message := 'Parent register id not found, cannot proceed';
555: lv_error_flag:='Y';
556: fnd_file.put_line(fnd_file.log, lv_error_message);
557: goto exit_adjust_rounding;
558: end if;
559:
560: open c_get_parent_balance_id(ln_parent_register_id);

Line 567: fnd_file.put_line(fnd_file.log, lv_error_message);

563:
564: if ln_parent_period_balance_id is null then
565: lv_error_message := 'Parent has not been consolidated, cannot proceed';
566: lv_error_flag:='Y';
567: fnd_file.put_line(fnd_file.log, lv_error_message);
568: goto exit_adjust_rounding;
569: end if;
570:
571: /* get the round amount */

Line 612: fnd_file.put_line(fnd_file.log, '0 Zero rounding');

608: and ln_sh_cvd_edu_cess_adj = 0
609:
610: then
611: /* There is no rounding amount, no need to adjust */
612: fnd_file.put_line(fnd_file.log, '0 Zero rounding');
613: goto exit_adjust_rounding;
614: end if;
615:
616: /* update the parent_balance record */