DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 2976: SELECT org_information3 FROM HR_ORGANIZATION_INFORMATION

2972: from org_organization_definitions
2973: where organization_id = cp_organization_id;*/
2974: --added the below cursor for bug#6030615
2975: CURSOR c_get_ou (cp_organization_id number)is
2976: SELECT org_information3 FROM HR_ORGANIZATION_INFORMATION
2977: WHERE organization_id=cp_organization_id
2978: AND ORG_INFORMATION_CONTEXT='Accounting Information';
2979:
2980: r_org_organization_definitions c_get_ou%rowtype;