DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_REC dependencies on DUAL

Line 333: from dual;

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

Line 354: from dual;

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