DBA Data[Home] [Help]

APPS.JAI_AR_EER1_PKG dependencies on JAI_AR_EXCISE_UOM

Line 2044: from jai_ar_excise_uom

2040:
2041: cursor c_excise_uom_code( cp_organization_id IN number, cp_primary_uom_code in varchar2)
2042: is
2043: select excise_uom_code
2044: from jai_ar_excise_uom
2045: where organization_id = cp_organization_id
2046: and primary_uom_code = cp_primary_uom_code ;
2047:
2048: cursor c_duty_payable_part_i