DBA Data[Home] [Help]

APPS.ARP_PROCESS_DET_PKG dependencies on ARP_DET_DIST_PKG

Line 167: | Action : Call arp_det_dist_pkg to do the application |

163: | p_customer_trx invoice record |
164: | p_ae_sys_rec receivable system parameter |
165: | p_gt_id global ID |
166: +-----------------------------------------------------------------------------+
167: | Action : Call arp_det_dist_pkg to do the application |
168: +-----------------------------------------------------------------------------*/
169: PROCEDURE do_apply
170: (p_app_rec IN ar_receivable_apps_gt%ROWTYPE,
171: p_gt_id IN VARCHAR2,

Line 1601: | Action : Call arp_det_dist_pkg to do the application |

1597: | p_customer_trx invoice record |
1598: | p_ae_sys_rec receivable system parameter |
1599: | p_gt_id global ID |
1600: +-----------------------------------------------------------------------------+
1601: | Action : Call arp_det_dist_pkg to do the application |
1602: +-----------------------------------------------------------------------------*/
1603: PROCEDURE do_apply
1604: (p_app_rec IN ar_receivable_apps_gt%ROWTYPE,
1605: p_gt_id IN VARCHAR2,

Line 1619: ARP_DET_DIST_PKG.Trx_level_cash_apply

1615: dump_sys_param;
1616:
1617: IF p_app_rec.app_level = 'TRANSACTION' THEN
1618:
1619: ARP_DET_DIST_PKG.Trx_level_cash_apply
1620: (p_customer_trx => g_customer_trx,
1621: p_app_rec => l_ra_rec,
1622: p_ae_sys_rec => g_ae_sys_rec,
1623: p_gt_id => p_gt_id);

Line 1627: ARP_DET_DIST_PKG.Trx_gp_level_cash_apply

1623: p_gt_id => p_gt_id);
1624:
1625: ELSIF p_app_rec.app_level = 'GROUP' THEN
1626:
1627: ARP_DET_DIST_PKG.Trx_gp_level_cash_apply
1628: (p_customer_trx => g_customer_trx,
1629: --
1630: p_source_data_key1 => p_app_rec.source_data_key1,
1631: p_source_data_key2 => p_app_rec.source_data_key2,

Line 1645: ARP_DET_DIST_PKG.Trx_line_level_cash_apply

1641:
1642: arp_standard.debug(' HYU l_ra_rec.LINE_APPLIED:'||l_ra_rec.LINE_APPLIED);
1643: arp_standard.debug(' HYU l_ra_rec.TAX_APPLIED:'||l_ra_rec.TAX_APPLIED);
1644:
1645: ARP_DET_DIST_PKG.Trx_line_level_cash_apply
1646: (p_customer_trx => g_customer_trx,
1647: p_customer_trx_line_id => p_app_rec.ctl_id,
1648: p_log_inv_line => 'Y',
1649: p_app_rec => l_ra_rec,

Line 1799: | 1) Call arp_det_dist_pkg to copy trx line into ra_customer_trx_lines_gt |

1795: | p_customer_trx_id invoice ID |
1796: | p_cash_receipt_id receipt ID |
1797: +-----------------------------------------------------------------------------+
1798: | Action : |
1799: | 1) Call arp_det_dist_pkg to copy trx line into ra_customer_trx_lines_gt |
1800: | 2) Call get_inv_ps to cache the invoice payment schedule |
1801: +-----------------------------------------------------------------------------*/
1802: PROCEDURE initialization
1803: (p_customer_trx_id IN NUMBER,

Line 1963: ARP_DET_DIST_PKG.set_original_rem_amt

1959: arp_standard.debug(' Completed running revenue recognition for Transaction');
1960: END IF;
1961:
1962:
1963: ARP_DET_DIST_PKG.set_original_rem_amt
1964: (p_customer_trx => g_customer_trx,
1965: p_from_llca => 'Y');
1966:
1967: ARP_DET_DIST_PKG.copy_trx_lines (p_customer_trx_id => p_customer_trx_id,

Line 1967: ARP_DET_DIST_PKG.copy_trx_lines (p_customer_trx_id => p_customer_trx_id,

1963: ARP_DET_DIST_PKG.set_original_rem_amt
1964: (p_customer_trx => g_customer_trx,
1965: p_from_llca => 'Y');
1966:
1967: ARP_DET_DIST_PKG.copy_trx_lines (p_customer_trx_id => p_customer_trx_id,
1968: p_ae_sys_rec => g_ae_sys_rec);
1969:
1970: get_inv_ps(x_return_status => x_return_status);
1971:

Line 2500: arp_det_dist_pkg.final_update_inv_ctl_rem_orig

2496: SET gt_id = USERENV('SESSIONID')
2497: WHERE gt_id LIKE USERENV('SESSIONID')||'%';
2498:
2499: /*
2500: arp_det_dist_pkg.final_update_inv_ctl_rem_orig
2501: (p_customer_trx => g_customer_trx);
2502:
2503: arp_det_dist_pkg.create_final_split
2504: (p_customer_trx => g_customer_trx,

Line 2503: arp_det_dist_pkg.create_final_split

2499: /*
2500: arp_det_dist_pkg.final_update_inv_ctl_rem_orig
2501: (p_customer_trx => g_customer_trx);
2502:
2503: arp_det_dist_pkg.create_final_split
2504: (p_customer_trx => g_customer_trx,
2505: p_app_rec => x_ra_rec,
2506: p_adj_rec => l_adj_rec,
2507: p_ae_sys_rec => g_ae_sys_rec);

Line 2633: arp_det_dist_pkg.final_update_inv_ctl_rem_orig(p_customer_trx =>g_customer_trx);

2629: g_payschedule_trx );
2630: -- update inv ps
2631: arp_ps_pkg.update_p( g_payschedule_trx);
2632:
2633: arp_det_dist_pkg.final_update_inv_ctl_rem_orig(p_customer_trx =>g_customer_trx);
2634:
2635: x_ra_rec.application_ref_id := x_application_ref_id;
2636: x_ra_rec.application_ref_num := x_application_ref_num;
2637: x_ra_rec.receivable_application_id := x_receivable_application_id;

Line 3219: arp_standard.debug(' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');

3215: arp_standard.debug(' p_tax_flag :'||p_tax_flag);
3216:
3217: IF p_gt_id IS NULL THEN
3218: x_return_status := fnd_api.g_ret_sts_error;
3219: arp_standard.debug(' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3220: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR');
3221: FND_MESSAGE.SET_TOKEN('TEXT',' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3222: FND_MSG_PUB.ADD;
3223: ELSE

Line 3221: FND_MESSAGE.SET_TOKEN('TEXT',' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');

3217: IF p_gt_id IS NULL THEN
3218: x_return_status := fnd_api.g_ret_sts_error;
3219: arp_standard.debug(' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3220: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR');
3221: FND_MESSAGE.SET_TOKEN('TEXT',' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3222: FND_MSG_PUB.ADD;
3223: ELSE
3224:
3225: IF ((p_adj_rec.amount IS NULL) AND (p_adj_rec.acctd_amount IS NULL))

Line 3336: arp_standard.debug(' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');

3332: arp_standard.debug(' p_uned_tax_flag :'||p_uned_tax_flag);
3333:
3334: IF p_gt_id IS NULL THEN
3335: x_return_status := fnd_api.g_ret_sts_error;
3336: arp_standard.debug(' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3337: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR');
3338: FND_MESSAGE.SET_TOKEN('TEXT',' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3339: FND_MSG_PUB.ADD;
3340: ELSE

Line 3338: FND_MESSAGE.SET_TOKEN('TEXT',' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');

3334: IF p_gt_id IS NULL THEN
3335: x_return_status := fnd_api.g_ret_sts_error;
3336: arp_standard.debug(' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3337: FND_MESSAGE.SET_NAME( 'AR', 'AR_CUST_API_ERROR');
3338: FND_MESSAGE.SET_TOKEN('TEXT',' p_gt_id IS NULL, please excecute arp_det_dist_pkg.get_gt_sequence');
3339: FND_MSG_PUB.ADD;
3340: ELSE
3341:
3342: IF ((p_app_rec.amount_applied IS NULL) AND (p_app_rec.acctd_amount_applied_to IS NULL))