DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_REC dependencies on DUAL

Line 332: from dual;

328: END IF;
329:
330: select mo_global.GET_CURRENT_ORG_ID
331: into current_org_id
332: from dual;
333:
334: -- bug 3782741 set single org, since AR will not allow org_id to be passed
335: IF (CE_AUTO_BANK_REC.G_org_id is not null) THEN
336: IF ((current_org_id is null) or (CE_AUTO_BANK_REC.G_org_id <> current_org_id )) THEN

Line 353: from dual;

349: END IF;
350: */
351: select mo_global.GET_CURRENT_ORG_ID
352: into current_org_id
353: from dual;
354:
355: cep_standard.debug('current_org_id =' ||current_org_id );
356:
357: