DBA Data[Home] [Help]

APPS.PA_MOAC_UTILS dependencies on GMS_INSTALL

Line 81: If gms_install.enabled(l_org_id) then

77: else
78: RETURN NULL ;
79: end if ;
80: elsif p_product_code = 'GMS' then
81: If gms_install.enabled(l_org_id) then
82: RETURN l_org_id ;
83: else
84: RETURN NULL ;
85: end if;

Line 223: if gms_install.enabled(l_default_org_id) then

219: p_default_ou_name := NULL ;
220: p_ou_count := l_ou_count ;
221: end if ;
222: elsif p_product_code = 'GMS' then
223: if gms_install.enabled(l_default_org_id) then
224: p_default_org_id := l_default_org_id ;
225: p_default_ou_name := l_default_ou_name ;
226: p_ou_count := l_ou_count ;
227: else

Line 295: if gms_install.enabled(p_org_id) then

291: Return l_access ;
292: else Return 'N';
293: end if;
294: elsif p_product_code = 'GMS' then
295: if gms_install.enabled(p_org_id) then
296: Return l_access ;
297: else Return 'N';
298: end if;
299: end if ;