DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on FND_INSTALLATION

Line 737: X_install_bom := Fnd_Installation.Get

733: BEGIN
734: --dbms_output.put_Line('Checking Mutually Exclusive for value : ' ||
735: -- to_char(g_rev_component_rec.Mutually_Exclusive));
736: IF g_rev_component_rec.Mutually_Exclusive = 1 THEN
737: X_install_bom := Fnd_Installation.Get
738: ( appl_id => '702',
739: dep_appl_id => '702',
740: status => X_bom_status,
741: industry => X_industry);