DBA Data[Home] [Help]

APPS.DPP_XLA_EVENT_PUB dependencies on FND_FILE

Line 132: fnd_file.put_line(fnd_file.log, 'One or more items in Price Protection transaction ID= '||rec_get_eligible_headers.transaction_header_id

128: WHERE MTA.TRANSACTION_ID=DXL.BASE_TRANSACTION_LINE_ID
129: );
130:
131: IF l_transactions_not_costed_flag>0 THEN
132: fnd_file.put_line(fnd_file.log, 'One or more items in Price Protection transaction ID= '||rec_get_eligible_headers.transaction_header_id
133: ||'and execution detail ID= '|| rec_get_eligible_headers.base_transaction_header_id||' has not been accounted in Oracle costing');
134: retcode:=1;
135:
136: UPDATE DPP_XLA_HEADERS PSEH

Line 156: fnd_file.put_line(fnd_file.log, ' going to create accounting Event');

152: )
153: THEN
154: l_event_date:=rec_get_eligible_headers.creation_date;
155: IF G_DEBUG = TRUE THEN
156: fnd_file.put_line(fnd_file.log, ' going to create accounting Event');
157: END IF;
158:
159: -- Set source_info
160: l_event_source_info.application_id := 9000;

Line 182: fnd_file.put_line(fnd_file.log, ' event ID is: '||l_event_id);

178: p_reference_info => l_reference_info ,
179: p_valuation_method => '' ,
180: p_transaction_date => INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(trunc(sysdate),p_org_id) ,
181: p_security_context => l_security_context );
182: fnd_file.put_line(fnd_file.log, ' event ID is: '||l_event_id);
183:
184:
185:
186:

Line 288: fnd_file.put_line(fnd_file.log,'Could not launch Create Accounting Request');

284:
285:
286: END IF;
287: IF l_reqid=0 THEN
288: fnd_file.put_line(fnd_file.log,'Could not launch Create Accounting Request');
289: retcode:=1;
290: END IF;
291:
292: if retcode<>1 then