DBA Data[Home] [Help]

APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on IGI_GEN

Line 3830: If igi_gen.is_req_installed(p_product_code,l_org_id) = 'Y' then

3826: -- Checking if CC is enabled or not */
3827:
3828: If l_org_id is not null and l_status IN ( 'S','O','C','D') then
3829: If p_product_code = 'CC' then
3830: If igi_gen.is_req_installed(p_product_code,l_org_id) = 'Y' then
3831: RETURN l_org_id ;
3832: else
3833: RETURN NULL ;
3834: end if ;