DBA Data[Home] [Help]

APPS.INVPVDR6 dependencies on RA_RULES

Line 451: from RA_RULES

447: --Bug: 5032896. Modified the query below to include all Accounting Rules and exclude Invoicing Rules
448: if cr.ACCOUNTING_RULE_ID is not null then
449: begin
450: select 'x' into temp
451: from RA_RULES
452: where RULE_ID = cr.ACCOUNTING_RULE_ID
453: and TYPE not in ('I')
454: and STATUS = 'A';
455: exception

Line 486: from RA_RULES

482: -- validate foreign keys
483: if cr.INVOICING_RULE_ID is not null then
484: begin
485: select 'x' into temp
486: from RA_RULES
487: where RULE_ID = cr.INVOICING_RULE_ID;
488: exception
489: when NO_DATA_FOUND then
490: dumm_status := INVPUOPI.mtl_log_interface_err(