DBA Data[Home] [Help]

APPS.AR_DOC_TRANSFER_STANDARD dependencies on FND_GLOBAL

Line 189: if fnd_global.org_id is not null then

185:
186:
187: begin
188:
189: if fnd_global.org_id is not null then
190: if doc_rec.source_table = 'RA_CUSTOMER_TRX' then
191: select org_id into l_org_id from ra_customer_trx_all
192: where customer_trx_id = doc_rec.source_id;
193:

Line 224: fnd_global.newline||

220: fnd_message.set_name('ECX','ECX_ERROR_EMAIL_HEADER');
221: fnd_message.set_token('TRANSACTION_TYPE',l_doc_trx_type);
222: fnd_message.set_token('DOCUMENT_NUMBER',l_doc_transfer_id);
223: doc_rec.exception_message := fnd_message.get ||
224: fnd_global.newline||
225: sqlerrm;
226: ar_document_transfer_pkg.updateRow(doc_rec);
227: return;
228: end;

Line 310: p_value => fnd_global.org_id,

306: p_parameterlist => l_parameter_list );
307:
308: wf_event.AddParameterToList (
309: p_name => 'ORG_ID',
310: p_value => fnd_global.org_id,
311: p_parameterlist => l_parameter_list );
312:
313: wf_event.raise(
314: p_event_name => p_event_name,