DBA Data[Home] [Help]

APPS.ARP_LLCA_ADJUST_PKG dependencies on STANDARD

Line 247: arp_standard.debug(l_msg_data);

243:
244: IF ( l_return_status_service <> FND_API.G_RET_STS_SUCCESS) THEN
245: /* Retrieve and log errors */
246: IF (l_msg_count = 1) THEN
247: arp_standard.debug(l_msg_data);
248: p_gt_id := 0;
249: ELSIF (l_msg_count > 1) THEN
250: LOOP
251: l_msg := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,

Line 256: arp_standard.debug(l_msg);

252: FND_API.G_FALSE);
253: IF (l_msg IS NULL) THEN
254: EXIT;
255: ELSE
256: arp_standard.debug(l_msg);
257: END IF;
258: END LOOP;
259: p_gt_id := 0;
260: END IF;

Line 324: arp_standard.debug('sum (divisor) for proration calc = ' || l_sum);

320: WHERE tl.customer_trx_id = p_customer_trx_id
321: AND tl.link_to_cust_trx_line_id = p_customer_trx_line_id;
322:
323: IF (PG_DEBUG in ('Y','C')) THEN
324: arp_standard.debug('sum (divisor) for proration calc = ' || l_sum);
325: arp_standard.debug('Number of tax lines = ' || l_total_tax_lines);
326: END IF;
327:
328: -- get rounding rule

Line 325: arp_standard.debug('Number of tax lines = ' || l_total_tax_lines);

321: AND tl.link_to_cust_trx_line_id = p_customer_trx_line_id;
322:
323: IF (PG_DEBUG in ('Y','C')) THEN
324: arp_standard.debug('sum (divisor) for proration calc = ' || l_sum);
325: arp_standard.debug('Number of tax lines = ' || l_total_tax_lines);
326: END IF;
327:
328: -- get rounding rule
329: -- Bug 5514473 : Handled no data found so that tax_rounding_rule will be defaulted if there is no data in zx_product_options for the org