DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on DUAL

Line 546: select 'Y' into v_perform_cost_rollup from dual

542: v_perform_cost_rollup := 'N' ;
543:
544: begin
545:
546: select 'Y' into v_perform_cost_rollup from dual
547: where exists ( select * from bom_cto_src_orgs
548: where line_id = pLineId
549: and cost_rollup = 'Y'
550: and organization_id = lNextRec.cost_organization_id ) ;

Line 571: select 'Y' into v_create_bom from dual

567: v_create_bom := 'N' ;
568:
569: begin
570:
571: select 'Y' into v_create_bom from dual
572: where exists ( select * from bom_cto_src_orgs
573: where line_id = pLineId
574: and create_bom = 'Y'
575: and organization_id = lNextRec.organization_id ) ;