DBA Data[Home] [Help]

APPS.JAI_ETCS_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 2172: from jai_rgm_org_regns_v jrorv ,HR_ORGANIZATION_INFORMATION hrou

2168: -- Date 28/06/2007 by sacsethi for bug 6157120
2169:
2170: CURSOR c_pan_number(p_organization_id IN NUMBER) IS
2171: Select ATTRIBUTE_VALUE
2172: from jai_rgm_org_regns_v jrorv ,HR_ORGANIZATION_INFORMATION hrou
2173: where jrorv.attribute_code = jai_constants.pan_no AND
2174: hrou.org_information_context= jai_constants.accounting_information and
2175: hrou.organization_id = p_organization_id and
2176: jrorv.ORGANIZATION_ID = hrou.org_information3 AND