DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on AR_DISTRIBUTIONS

Line 163: --| be part of AR Distributions the cursor in |

159: --| Hence accounting was not happening. |
160: --| Data is now inserted into JAI_AR_TRX_INS_LINES_T |
161: --| via JAI_JAR_TL_TRIGGER_PKG even if AR Invoice has |
162: --| only Inclusive Tax. As Inclusive Tax should not |
163: --| be part of AR Distributions the cursor in |
164: --| process_from_order_line (cur_temp_lines_insert) |
165: --| was altered to pick only exclusive lines |
166: --| 29-Sep-2011 Bug 13023443 By zhiwei |
167: --| Description: for inclusive tax accounting |

Line 1615: fnd_file.put_line(FND_FILE.LOG, 'Before deleting ar_distributions : p_receivable_appl_id '|| p_receivable_appl_id);

1611: p_process_message OUT NOCOPY VARCHAR2)
1612: IS
1613: BEGIN
1614: IF p_debug = 'Y' THEN
1615: fnd_file.put_line(FND_FILE.LOG, 'Before deleting ar_distributions : p_receivable_appl_id '|| p_receivable_appl_id);
1616: END IF;
1617:
1618: DELETE ar_distributions
1619: where source_id = p_receivable_appl_id

Line 1618: DELETE ar_distributions

1614: IF p_debug = 'Y' THEN
1615: fnd_file.put_line(FND_FILE.LOG, 'Before deleting ar_distributions : p_receivable_appl_id '|| p_receivable_appl_id);
1616: END IF;
1617:
1618: DELETE ar_distributions
1619: where source_id = p_receivable_appl_id
1620: and source_table = 'RA' ;
1621:
1622: IF p_debug = 'Y' THEN

Line 2966: fnd_file.put_line(FND_FILE.LOG, 'before insert into ar_distributions_all');

2962: END IF;
2963:
2964: --added for bug#8325824, start
2965: IF p_debug = 'Y' THEN
2966: fnd_file.put_line(FND_FILE.LOG, 'before insert into ar_distributions_all');
2967: END IF;
2968: insert_ar_dist_entries( p_customer_trx_id => p_customer_trx_id,
2969: p_receivable_appl_id => ln_recv_appln_id,
2970: p_debug => p_debug,

Line 2976: fnd_file.put_line(FND_FILE.LOG, 'after insert into ar_distributions_all');

2972: p_process_message => lv_process_message
2973: );
2974:
2975: IF p_debug = 'Y' THEN
2976: fnd_file.put_line(FND_FILE.LOG, 'after insert into ar_distributions_all');
2977: END IF;
2978:
2979: --bug#8325824, end
2980: