DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on ARP_TRX_UTIL

Line 269: arp_trx_util.boolean_to_varchar2( l_derive_gl_date_flag ));

265: | Print out NOCOPY the results |
266: +------------------------*/
267:
268: arp_util.debug('l_derive_gl_date_flag = ' ||
269: arp_trx_util.boolean_to_varchar2( l_derive_gl_date_flag ));
270: arp_util.debug('l_amount_changed_flag = ' ||
271: arp_trx_util.boolean_to_varchar2( l_amount_changed_flag ));
272: arp_util.debug('l_last_period_changed_flag = ' ||
273: arp_trx_util.boolean_to_varchar2(

Line 271: arp_trx_util.boolean_to_varchar2( l_amount_changed_flag ));

267:
268: arp_util.debug('l_derive_gl_date_flag = ' ||
269: arp_trx_util.boolean_to_varchar2( l_derive_gl_date_flag ));
270: arp_util.debug('l_amount_changed_flag = ' ||
271: arp_trx_util.boolean_to_varchar2( l_amount_changed_flag ));
272: arp_util.debug('l_last_period_changed_flag = ' ||
273: arp_trx_util.boolean_to_varchar2(
274: l_last_period_changed_flag ));
275:

Line 273: arp_trx_util.boolean_to_varchar2(

269: arp_trx_util.boolean_to_varchar2( l_derive_gl_date_flag ));
270: arp_util.debug('l_amount_changed_flag = ' ||
271: arp_trx_util.boolean_to_varchar2( l_amount_changed_flag ));
272: arp_util.debug('l_last_period_changed_flag = ' ||
273: arp_trx_util.boolean_to_varchar2(
274: l_last_period_changed_flag ));
275:
276: arp_util.debug('arp_process_line.set_flags()-');
277:

Line 459: IF (arp_trx_util.detect_freight_only_rules_case( p_customer_trx_id ) = TRUE)

455: BEGIN
456:
457: arp_util.debug('arp_process_line.header_freight_only_rules_case()+');
458:
459: IF (arp_trx_util.detect_freight_only_rules_case( p_customer_trx_id ) = TRUE)
460: THEN
461:
462: /*-----------------------------------------------------+
463: | Null out NOCOPY the invoicing rule ID of the transaction |

Line 936: arp_trx_util.lock_transaction(p_line_rec.customer_trx_id);

932: /*----------------------------------------------------------------+
933: | Lock rows in other tables that reference this customer_trx_id |
934: +----------------------------------------------------------------*/
935:
936: arp_trx_util.lock_transaction(p_line_rec.customer_trx_id);
937:
938: l_line_rec := p_line_rec;
939:
940: IF (l_line_rec.initial_customer_trx_line_id IS NULL) THEN

Line 1441: arp_trx_util.lock_transaction(l_db_line_rec.customer_trx_id);

1437: /*----------------------------------------------------------------+
1438: | Lock rows in other tables that reference this customer_trx_id |
1439: +----------------------------------------------------------------*/
1440:
1441: arp_trx_util.lock_transaction(l_db_line_rec.customer_trx_id);
1442:
1443:
1444: set_flags( p_line_rec,
1445: l_db_line_rec,

Line 1780: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));

1776: p_customer_trx_line_id);
1777: arp_util.debug('p_foreign_currency_code = ' ||p_foreign_currency_code);
1778: arp_util.debug('p_exchange_rate = ' || p_exchange_rate);
1779: arp_util.debug('p_recalculate_tax_flag = ' ||
1780: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
1781: arp_util.debug('p_rerun_autoacc_flag = ' ||
1782: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
1783:
1784: arp_util.debug('');

Line 1782: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));

1778: arp_util.debug('p_exchange_rate = ' || p_exchange_rate);
1779: arp_util.debug('p_recalculate_tax_flag = ' ||
1780: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
1781: arp_util.debug('p_rerun_autoacc_flag = ' ||
1782: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
1783:
1784: arp_util.debug('');
1785:
1786: arp_ctl_pkg.display_line_rec(p_line_rec);

Line 1902: arp_trx_util.lock_transaction(p_line_rec.customer_trx_id);

1898: /*----------------------------------------------------------------+
1899: | Lock rows in other tables that reference this customer_trx_id |
1900: +----------------------------------------------------------------*/
1901:
1902: arp_trx_util.lock_transaction(p_line_rec.customer_trx_id);
1903:
1904: /*---------------------------------------------------------------------+
1905: | Call Tax Engine, deleting any tax associated with this line. |
1906: +---------------------------------------------------------------------*/

Line 2045: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));

2041: arp_util.debug('p_customer_trx_line_id = ' ||
2042: p_customer_trx_line_id);
2043: arp_util.debug('p_complete_flag = ' || p_complete_flag);
2044: arp_util.debug('p_recalculate_tax_flag = ' ||
2045: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
2046: arp_util.debug('p_trx_amount = ' || p_trx_amount);
2047: arp_util.debug('p_exchange_rate = ' || p_exchange_rate);
2048: arp_util.debug('p_gl_date = ' || p_gl_date);
2049: arp_util.debug('p_trx_date = ' || p_trx_date);