DBA Data[Home] [Help]

APPS.CN_ACC_PERIODS_PVT dependencies on FND_FILE

Line 113: fnd_file.put_line(fnd_file.Log, 'start open period');

109: -- org ID is not set... raise error
110: RAISE fnd_api.g_exc_unexpected_error;
111: END IF;
112:
113: fnd_file.put_line(fnd_file.Log, 'start open period');
114:
115: -- wrapper for the open period procedure
116: OPEN repository_info;
117: FETCH repository_info

Line 127: fnd_file.put_line(fnd_file.Log, 'open acc periods');

123: CLOSE periods;
124:
125: l_acc_period_tbl(0) := l_period_rec;
126:
127: fnd_file.put_line(fnd_file.Log, 'open acc periods');
128:
129: update_acc_periods
130: (p_api_version => 1.0,
131: p_init_msg_list => fnd_api.g_true,

Line 142: fnd_file.put_line(fnd_file.Log, 'start request');

138: IF x_return_status <> fnd_api.g_ret_sts_success THEN
139: RAISE fnd_api.g_exc_error;
140: END IF;
141:
142: fnd_file.put_line(fnd_file.Log, 'start request');
143:
144: -- submit concurrent program
145: start_request(l_org_id, l_request_id);
146:

Line 161: fnd_file.put_line(fnd_file.Log, my_message);

157: l_msgs := '';
158: FOR l_counter IN 1..x_msg_count LOOP
159: my_message := FND_MSG_PUB.get(p_msg_index => l_counter,
160: p_encoded => FND_API.G_FALSE);
161: fnd_file.put_line(fnd_file.Log, my_message);
162: l_msgs := l_msgs || my_message || ' ';
163: end loop;
164: errbuf := l_msgs;
165: -- any other periods left PROCESSING should be FAILED