DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 3912: SELECT org_information3 FROM HR_ORGANIZATION_INFORMATION

3908: from org_organization_definitions
3909: where organization_id = cp_organization_id;*/
3910: --added the below cursor for bug#6030615
3911: CURSOR c_get_ou (cp_organization_id number)is
3912: SELECT org_information3 FROM HR_ORGANIZATION_INFORMATION
3913: WHERE organization_id=cp_organization_id
3914: AND ORG_INFORMATION_CONTEXT='Accounting Information';
3915:
3916: r_org_organization_definitions c_get_ou%rowtype;