DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on JAI_CMN_RGM_SETTLEMENT_PKG

Line 506: ld_last_settlement_date := jai_cmn_rgm_settlement_pkg.get_last_settlement_date(pn_regime_id => p_regime_id,pn_org_id => p_organization_id,pn_location_id => p_location_id);/* added location id by ssawant for bug 5989740 */

502: ld_transaction_date := p_transaction_date;
503: lv_codepath := jai_general_pkg.plot_codepath(2.1, lv_codepath);
504:
505: ELSE
506: ld_last_settlement_date := jai_cmn_rgm_settlement_pkg.get_last_settlement_date(pn_regime_id => p_regime_id,pn_org_id => p_organization_id,pn_location_id => p_location_id);/* added location id by ssawant for bug 5989740 */
507: IF ld_last_settlement_date > p_transaction_date THEN /*for bug 5662296 ,org_settlement. Replaced >= with >*/
508: ld_transaction_date := ld_last_settlement_date + 1;
509: lv_codepath := jai_general_pkg.plot_codepath(2.2, lv_codepath);
510: ELSIF ld_last_settlement_date IS NULL or ld_last_settlement_date <= p_transaction_date THEN /* for bug 5662296 , org_settlement. Replaced < with <=*/

Line 2560: ld_last_settlement_date := jai_cmn_rgm_settlement_pkg.get_last_settlement_date(pn_regime_id => p_regime_id,

2556: FND_FILE.put_line( fnd_file.log, p_process_message);
2557: RETURN;
2558: END IF;
2559:
2560: ld_last_settlement_date := jai_cmn_rgm_settlement_pkg.get_last_settlement_date(pn_regime_id => p_regime_id,
2561: pn_org_id => p_organization_id,
2562: pn_location_id => p_location_id);
2563: IF ld_last_settlement_date > p_transaction_date THEN
2564: ld_transaction_date := ld_last_settlement_date + 1;