DBA Data[Home] [Help]

APPS.CSF_IB dependencies on FND_FILE

Line 401: FND_FILE.put_line(FND_FILE.LOG, 'Testing bug 12640969: before if p_reovered_instance_id is not null');

397: l_ii_relationships_tbl(1).relationship_type_code := 'COMPONENT-OF';
398: end if;
399:
400:
401: FND_FILE.put_line(FND_FILE.LOG, 'Testing bug 12640969: before if p_reovered_instance_id is not null');
402: if p_recovered_instance_id is not null Then
403: FND_FILE.put_line(FND_FILE.LOG, 'Testing for bug 12640969: Inside if p_recovered_instance_id is not null, p_recovered_instance_id='||p_recovered_instance_id);
404: l_inst_ind := l_inst_ind +1;
405: l_instances_tbl(l_inst_ind).ib_txn_segment_flag := 'P';

Line 403: FND_FILE.put_line(FND_FILE.LOG, 'Testing for bug 12640969: Inside if p_recovered_instance_id is not null, p_recovered_instance_id='||p_recovered_instance_id);

399:
400:
401: FND_FILE.put_line(FND_FILE.LOG, 'Testing bug 12640969: before if p_reovered_instance_id is not null');
402: if p_recovered_instance_id is not null Then
403: FND_FILE.put_line(FND_FILE.LOG, 'Testing for bug 12640969: Inside if p_recovered_instance_id is not null, p_recovered_instance_id='||p_recovered_instance_id);
404: l_inst_ind := l_inst_ind +1;
405: l_instances_tbl(l_inst_ind).ib_txn_segment_flag := 'P';
406: l_instances_tbl(l_inst_ind).instance_id := p_recovered_instance_id;
407: l_ii_relationships_tbl(2).subject_index := 3;

Line 410: FND_FILE.put_line(FND_FILE.LOG, 'Testing for bug 12640969:After replaced by relationship was established');

406: l_instances_tbl(l_inst_ind).instance_id := p_recovered_instance_id;
407: l_ii_relationships_tbl(2).subject_index := 3;
408: l_ii_relationships_tbl(2).object_index := 1;
409: l_ii_relationships_tbl(2).relationship_type_code := 'REPLACED-BY';
410: FND_FILE.put_line(FND_FILE.LOG, 'Testing for bug 12640969:After replaced by relationship was established');
411: End If;
412:
413: end if;
414: