DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 718: FROM hr_organization_information hoi

714: not the organization id picked from MMT.Getting
715: Operating unit organizaiton id from below query.*/
716: Begin
717: SELECT hoi.org_information3 into l_ou_org_id
718: FROM hr_organization_information hoi
719: WHERE hoi.org_information_context ='Accounting Information'
720: AND hoi.organization_id = p_organization_id ;
721:
722: EXCEPTION