DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_OM_WSH_PKG

Line 1893: '12 BEFORE the jai_om_wsh_pkg.get_excise_register_with_bal FUNCTION v_exempt_bal -> '|| v_exempt_bal);

1889:
1890: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1891: FND_LOG.STRING(G_LEVEL_STATEMENT,
1892: G_MODULE_NAME || v_api_name,
1893: '12 BEFORE the jai_om_wsh_pkg.get_excise_register_with_bal FUNCTION v_exempt_bal -> '|| v_exempt_bal);
1894: END IF;
1895:
1896: open c_cess_amount(v_delivery_id);
1897: fetch c_cess_amount into ln_cess_amount;

Line 1904: v_reg_type := jai_om_wsh_pkg.get_excise_register_with_bal

1900: open c_sh_cess_amount(v_delivery_id);
1901: fetch c_sh_cess_amount into ln_sh_cess_amount;
1902: close c_sh_cess_amount;
1903:
1904: v_reg_type := jai_om_wsh_pkg.get_excise_register_with_bal
1905: (v_pref_rg23a,
1906: v_pref_rg23c,
1907: v_pref_pla,
1908: NVL(v_ssi_unit_flag,'N'),

Line 1933: '13 AFTER the jai_om_wsh_pkg.get_excise_register_with_bal FUNCTION v_reg_type -> '|| v_reg_type);

1929:
1930: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1931: FND_LOG.STRING(G_LEVEL_STATEMENT,
1932: G_MODULE_NAME || v_api_name,
1933: '13 AFTER the jai_om_wsh_pkg.get_excise_register_with_bal FUNCTION v_reg_type -> '|| v_reg_type);
1934: END IF;
1935: v_basic_ed_amt := v_exempt_bal;
1936: v_tot_basic_ed_amt := NVL(v_tot_basic_ed_amt,0) + v_exempt_bal;
1937:

Line 3886: jai_om_wsh_pkg.process_deliveries (errbuf => pv_return_msg,

3882: 'pn_delivery_id : ' || lv_delivery_id);
3883: END IF;
3884:
3885: -- Excise Invoice Generation
3886: jai_om_wsh_pkg.process_deliveries (errbuf => pv_return_msg,
3887: retcode => pv_return_code,
3888: pn_delivery_id => lv_delivery_id);
3889:
3890: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN