DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on JAI_RGM_PARTIES

Line 236: SELECT 1 FROM jai_rgm_parties a, JAI_RGM_DEFINITIONS b

232: -----------------------------------------------
233:
234: CURSOR c_rgm_setup_for_orgn_loc(cp_regime_code varchar2, cp_organization_type varchar2,
235: cp_organization_id number, cp_location_id number) IS
236: SELECT 1 FROM jai_rgm_parties a, JAI_RGM_DEFINITIONS b
237: WHERE a.regime_id = b.regime_id
238: AND b.regime_code=cp_regime_code
239: AND a.organization_type = cp_organization_type
240: AND a.organization_id = cp_organization_id