DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_CMN_RG_BALANCES

Line 3205: FROM JAI_CMN_RG_BALANCES

3201: AND location_id = p_location_id ;
3202:
3203: CURSOR rg_bal_cur(p_organization_id NUMBER, p_location_id NUMBER)IS
3204: SELECT NVL(rg23a_balance,0) rg23a_balance ,NVL(rg23c_balance,0) rg23c_balance,NVL(pla_balance,0) pla_balance
3205: FROM JAI_CMN_RG_BALANCES
3206: WHERE organization_id = p_organization_id
3207: AND location_id = p_location_id ;
3208:
3209: CURSOR ssi_unit_flag_cur(p_organization_id IN NUMBER, p_location_id IN NUMBER) IS