DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_GLOBAL

Line 470: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;

466: arp_util.debug('event type code = ' || l_event_type_code);
467:
468: IF (l_success) THEN
469: /* populate transaction rec type */
470: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;
471: l_transaction_rec.application_id := 222;
472: l_transaction_rec.entity_code := 'TRANSACTIONS';
473: l_transaction_rec.event_class_code := l_event_class_code;
474: l_transaction_rec.event_type_code := l_event_type_code;

Line 599: IF NVL(pg_org_id,-99) <> arp_global.sysparam.org_id

595:
596: /* Set pg_so_org_id any time it is not set or
597: any time the OU changes. This supports cases where
598: users change OU without exiting form */
599: IF NVL(pg_org_id,-99) <> arp_global.sysparam.org_id
600: THEN
601: pg_org_id := arp_global.sysparam.org_id;
602:
603: pg_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',

Line 601: pg_org_id := arp_global.sysparam.org_id;

597: any time the OU changes. This supports cases where
598: users change OU without exiting form */
599: IF NVL(pg_org_id,-99) <> arp_global.sysparam.org_id
600: THEN
601: pg_org_id := arp_global.sysparam.org_id;
602:
603: pg_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',
604: pg_org_id);
605: pg_salesrep_id := -99;

Line 1603: arp_global.sysparam.org_id;

1599:
1600: IF (l_success) THEN
1601: -- populate the transaction_line_rec for use in the tax service
1602: l_transaction_line_rec.internal_organization_id :=
1603: arp_global.sysparam.org_id;
1604: l_transaction_line_rec.application_id := 222;
1605: l_transaction_line_rec.entity_code := 'TRANSACTIONS';
1606: l_transaction_line_rec.event_class_code := l_event_class_code;
1607: l_transaction_line_rec.event_type_code := l_event_type_code;

Line 2438: arp_global.sysparam.trx_header_level_rounding;

2434: /* initializing precision, mau, hdr level rdn */
2435: pg_base_precision := arp_trx_global.system_info.base_precision;
2436: pg_base_min_acc_unit := arp_trx_global.system_info.base_min_acc_unit;
2437: pg_trx_header_level_rounding :=
2438: arp_global.sysparam.trx_header_level_rounding;
2439:
2440: /* Initializing return status ..*/
2441: x_return_status := FND_API.G_RET_STS_SUCCESS;
2442:

Line 2457: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id; l_transaction_rec.application_id := 222;

2453: arp_util.debug('event type code = ' || l_event_type_code);
2454:
2455: IF (l_success) THEN
2456: /* populate transaction rec type */
2457: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id; l_transaction_rec.application_id := 222;
2458: l_transaction_rec.entity_code := 'TRANSACTIONS';
2459: l_transaction_rec.event_class_code := l_event_class_code;
2460: l_transaction_rec.event_type_code := l_event_type_code;
2461: l_transaction_rec.trx_id := p_customer_trx_id;

Line 2732: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;

2728: arp_util.debug('event type code = ' || l_event_type_code);
2729:
2730: IF (l_success) THEN
2731: /* populate transaction rec type */
2732: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;
2733: l_transaction_rec.application_id := 222;
2734: l_transaction_rec.entity_code := 'TRANSACTIONS';
2735: l_transaction_rec.event_class_code := l_event_class_code;
2736: l_transaction_rec.event_type_code := l_event_type_code;