DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_OM_WSH_PROCESSING_PKG

Line 1832: '10 BEFORE the jai_om_wsh_processing_pkg.excise_balance_check FUNCTION');

1828:
1829: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1830: FND_LOG.STRING(G_LEVEL_STATEMENT,
1831: G_MODULE_NAME || v_api_name,
1832: '10 BEFORE the jai_om_wsh_processing_pkg.excise_balance_check FUNCTION');
1833: END IF;
1834:
1835: open c_cess_amount(v_delivery_id);
1836: fetch c_cess_amount into ln_cess_amount;

Line 1843: v_reg_type:= jai_om_wsh_processing_pkg.excise_balance_check

1839: open c_sh_cess_amount(v_delivery_id);
1840: fetch c_sh_cess_amount into ln_sh_cess_amount;
1841: close c_sh_cess_amount;
1842:
1843: v_reg_type:= jai_om_wsh_processing_pkg.excise_balance_check
1844: (v_pref_rg23a,
1845: v_pref_rg23c,
1846: v_pref_pla,
1847: NVL(v_ssi_unit_flag,'N'),

Line 1872: '11 AFTER the jai_om_wsh_processing_pkg.excise_balance_check FUNCTION v_reg_type -> ' || v_reg_type);

1868:
1869: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1870: FND_LOG.STRING(G_LEVEL_STATEMENT,
1871: G_MODULE_NAME || v_api_name,
1872: '11 AFTER the jai_om_wsh_processing_pkg.excise_balance_check FUNCTION v_reg_type -> ' || v_reg_type);
1873: END IF;
1874: ELSE
1875: OPEN get_item_dtls(v_organization_id,v_inventory_item_id);
1876: FETCH get_item_dtls INTO v_excise_flag,v_item_class;