DBA Data[Home] [Help]

APPS.CN_PLANCOPY_UTIL_PVT dependencies on FND_FILE

Line 141: -- fnd_file.put_line(fnd_file.LOG, 'conversion from blob to clob');

137:
138: BEGIN
139: DBMS_LOB.CREATETEMPORARY(v_clob, TRUE);
140:
141: -- fnd_file.put_line(fnd_file.LOG, 'conversion from blob to clob');
142: --commented below code to resolve the bug 14598731
143: /*
144: FOR i IN 1..CEIL(DBMS_LOB.GETLENGTH(blob_in) / v_buffer)
145: LOOP

Line 165: fnd_file.put_line(fnd_file.LOG, 'Atleast one character is not converted properly from blob to clob');

161:
162:
163: IF v_warning=DBMS_LOB.WARN_INCONVERTIBLE_CHAR THEN
164:
165: fnd_file.put_line(fnd_file.LOG, 'Atleast one character is not converted properly from blob to clob');
166:
167: RETURN NULL;
168:
169: ELSE

Line 650: fnd_file.put_line(fnd_file.Log, ' update_existing_expression: x_exp_type_code ' || p_exp_type_code || ' x_status :' || p_status);

646: -- check ovn
647: cn_calc_sql_exps_pkg.lock_row(p_calc_sql_exp_id, p_ovn);
648: -- do update
649:
650: fnd_file.put_line(fnd_file.Log, ' update_existing_expression: x_exp_type_code ' || p_exp_type_code || ' x_status :' || p_status);
651:
652: cn_calc_sql_exps_pkg.update_row(
653: x_org_id => p_org_id
654: , x_calc_sql_exp_id => p_calc_sql_exp_id