DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 1278: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

1274: open c_get_regime_id (cp_regime_code => jai_constants.tcs_regime);
1275: fetch c_get_regime_id into ln_tcs_regime_id;
1276: close c_get_regime_id;
1277:
1278: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
1279: (
1280: p_regime_id => ln_tcs_regime_id
1281: , p_organization_id => v_organization_id
1282: , p_party_type => jai_constants.party_type_customer

Line 1295: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_slab_id. ' || lv_process_message);

1291: if lv_process_flag <> jai_constants.successful then
1292: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1293: FND_LOG.STRING(G_LEVEL_STATEMENT,
1294: G_MODULE_NAME || v_api_name,
1295: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_slab_id. ' || lv_process_message);
1296: END IF;
1297: app_exception.raise_exception
1298: (exception_type => 'APP'
1299: ,exception_code => -20275

Line 1309: 'Before jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id.' ||

1305: /* Threshold level is up. Surcharge needs to be defaulted , so find out the tax category based on the threshold slab */
1306: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1307: FND_LOG.STRING(G_LEVEL_STATEMENT,
1308: G_MODULE_NAME || v_api_name,
1309: 'Before jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id.' ||
1310: 'ln_threshold_slab_id :' || ln_threshold_slab_id);
1311: END IF;
1312: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
1313: (

Line 1312: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

1308: G_MODULE_NAME || v_api_name,
1309: 'Before jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id.' ||
1310: 'ln_threshold_slab_id :' || ln_threshold_slab_id);
1311: END IF;
1312: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
1313: (
1314: p_threshold_slab_id => ln_threshold_slab_id
1315: , p_org_id => v_org_id
1316: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id

Line 1325: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id. ' || lv_process_message);

1321: if lv_process_flag <> jai_constants.successful then
1322: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1323: FND_LOG.STRING(G_LEVEL_STATEMENT,
1324: G_MODULE_NAME || v_api_name,
1325: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id. ' || lv_process_message);
1326: END IF;
1327: app_exception.raise_exception
1328: (exception_type => 'APP'
1329: ,exception_code => -20275

Line 1351: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category

1347: and jtc.tax_type = jai_constants.tax_type_tcs;
1348:
1349: /*
1350: ||Call the helper method to default surcharge taxes on top of the SO taxes using the tax category
1351: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category
1352: || into the JAI_OM_WSH_LINE_TAXES table
1353: */
1354:
1355: ln_vat_assessable_value := nvl(ln_vat_assessable_value * v_shipped_quantity / v_quantity, 0);

Line 1360: 'Before jai_rgm_thhold_proc_pkg.default_thhold_taxes.' ||

1356:
1357: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1358: FND_LOG.STRING(G_LEVEL_STATEMENT,
1359: G_MODULE_NAME || v_api_name,
1360: 'Before jai_rgm_thhold_proc_pkg.default_thhold_taxes.' ||
1361: 'ln_threshold_tax_cat_id :' || ln_threshold_tax_cat_id ||
1362: 'ln_vat_assessable_value :' || ln_vat_assessable_value);
1363: END IF;
1364:

Line 1365: jai_rgm_thhold_proc_pkg.default_thhold_taxes

1361: 'ln_threshold_tax_cat_id :' || ln_threshold_tax_cat_id ||
1362: 'ln_vat_assessable_value :' || ln_vat_assessable_value);
1363: END IF;
1364:
1365: jai_rgm_thhold_proc_pkg.default_thhold_taxes
1366: (
1367: p_source_trx_id => ''
1368: , p_source_trx_line_id => v_delivery_detail_id
1369: , p_source_event => jai_constants.source_ttype_delivery

Line 1390: 'Error in jai_rgm_thhold_proc_pkg.default_thhold_taxes. ' || lv_process_message);

1386: if lv_process_flag <> jai_constants.successful then
1387: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1388: FND_LOG.STRING(G_LEVEL_STATEMENT,
1389: G_MODULE_NAME || v_api_name,
1390: 'Error in jai_rgm_thhold_proc_pkg.default_thhold_taxes. ' || lv_process_message);
1391: END IF;
1392: app_exception.raise_exception
1393: (exception_type => 'APP'
1394: ,exception_code => -20275

Line 3091: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

3087: OPEN Get_Status_Cur;
3088: FETCH Get_Status_Cur INTO v_date_confirmed;
3089: CLOSE Get_Status_Cur;
3090:
3091: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
3092: (
3093: p_regime_id => ln_tcs_regime_id
3094: , p_organization_id => v_organization_id
3095: , p_party_type => jai_constants.party_type_customer

Line 3108: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_slab_id. ' || lv_process_message);

3104: if lv_process_flag <> jai_constants.successful then
3105: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3106: FND_LOG.STRING(G_LEVEL_STATEMENT,
3107: G_MODULE_NAME || v_api_name,
3108: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_slab_id. ' || lv_process_message);
3109: END IF;
3110: app_exception.raise_exception
3111: (exception_type => 'APP'
3112: ,exception_code => -20275

Line 3122: 'Before jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id.' ||

3118: /* Threshold level is up. Surcharge needs to be defaulted , so find out the tax category based on the threshold slab */
3119: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3120: FND_LOG.STRING(G_LEVEL_STATEMENT,
3121: G_MODULE_NAME || v_api_name,
3122: 'Before jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id.' ||
3123: 'ln_threshold_slab_id :' || ln_threshold_slab_id);
3124: END IF;
3125: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
3126: (

Line 3125: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

3121: G_MODULE_NAME || v_api_name,
3122: 'Before jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id.' ||
3123: 'ln_threshold_slab_id :' || ln_threshold_slab_id);
3124: END IF;
3125: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
3126: (
3127: p_threshold_slab_id => ln_threshold_slab_id
3128: , p_org_id => v_org_id
3129: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id

Line 3138: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id. ' || lv_process_message);

3134: if lv_process_flag <> jai_constants.successful then
3135: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3136: FND_LOG.STRING(G_LEVEL_STATEMENT,
3137: G_MODULE_NAME || v_api_name,
3138: 'Error in jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id. ' || lv_process_message);
3139: END IF;
3140: app_exception.raise_exception
3141: (exception_type => 'APP'
3142: ,exception_code => -20275