Using view pa_commitment_txns_v
Hi,
I am working on writing a custom pl/sql procedure that will take the data from this view - apps.pa_commitment_txns_v and insert into a custom table.
I then run this procedure from an Oracle request/program.
In the log file of the job (when it is executed), it puts this log message "Burden Costing Extension: No data found for expenditure item:" for each line in the view. The procedure executes and I see the data in my custom table.
Can I safely ignore those Burden costing extension messages or is there some other way to bypass triggering of the whatever it is that is getting triggered.