DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_GLOBAL

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

554: arp_util.debug('event type code = ' || l_event_type_code);
555:
556: IF (l_success) THEN
557: /* populate transaction rec type */
558: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;
559: l_transaction_rec.application_id := 222;
560: l_transaction_rec.entity_code := 'TRANSACTIONS';
561: l_transaction_rec.event_class_code := l_event_class_code;
562: l_transaction_rec.event_type_code := l_event_type_code;

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

691:
692: /* Set pg_so_org_id any time it is not set or
693: any time the OU changes. This supports cases where
694: users change OU without exiting form */
695: IF NVL(pg_org_id,-99) <> arp_global.sysparam.org_id
696: THEN
697: pg_org_id := arp_global.sysparam.org_id;
698:
699: pg_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',

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

693: any time the OU changes. This supports cases where
694: users change OU without exiting form */
695: IF NVL(pg_org_id,-99) <> arp_global.sysparam.org_id
696: THEN
697: pg_org_id := arp_global.sysparam.org_id;
698:
699: pg_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',
700: pg_org_id);
701: pg_salesrep_id := -99;

Line 1837: arp_global.sysparam.org_id;

1833:
1834: IF (l_success) THEN
1835: -- populate the transaction_line_rec for use in the tax service
1836: l_transaction_line_rec.internal_organization_id :=
1837: arp_global.sysparam.org_id;
1838: l_transaction_line_rec.application_id := 222;
1839: l_transaction_line_rec.entity_code := 'TRANSACTIONS';
1840: l_transaction_line_rec.event_class_code := l_event_class_code;
1841: l_transaction_line_rec.event_type_code := l_event_type_code;

Line 2687: arp_global.sysparam.trx_header_level_rounding;

2683: /* initializing precision, mau, hdr level rdn */
2684: pg_base_precision := arp_trx_global.system_info.base_precision;
2685: pg_base_min_acc_unit := arp_trx_global.system_info.base_min_acc_unit;
2686: pg_trx_header_level_rounding :=
2687: arp_global.sysparam.trx_header_level_rounding;
2688:
2689: /* Initializing return status ..*/
2690: x_return_status := FND_API.G_RET_STS_SUCCESS;
2691:

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

2702: arp_util.debug('event type code = ' || l_event_type_code);
2703:
2704: IF (l_success) THEN
2705: /* populate transaction rec type */
2706: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id; l_transaction_rec.application_id := 222;
2707: l_transaction_rec.entity_code := 'TRANSACTIONS';
2708: l_transaction_rec.event_class_code := l_event_class_code;
2709: l_transaction_rec.event_type_code := l_event_type_code;
2710: l_transaction_rec.trx_id := p_customer_trx_id;

Line 2975: pg_trx_header_level_rounding := arp_global.sysparam.trx_header_level_rounding;

2971:
2972: /* Bug 8220233: Initializing precision, mau, hdr level rounding */
2973: pg_base_precision := arp_trx_global.system_info.base_precision;
2974: pg_base_min_acc_unit := arp_trx_global.system_info.base_min_acc_unit;
2975: pg_trx_header_level_rounding := arp_global.sysparam.trx_header_level_rounding;
2976:
2977: /* Initializing return status ..*/
2978: x_return_status := FND_API.G_RET_STS_SUCCESS;
2979:

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

2990: arp_util.debug('event type code = ' || l_event_type_code);
2991:
2992: IF (l_success) THEN
2993: /* populate transaction rec type */
2994: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;
2995: l_transaction_rec.application_id := 222;
2996: l_transaction_rec.entity_code := 'TRANSACTIONS';
2997: l_transaction_rec.event_class_code := l_event_class_code;
2998: l_transaction_rec.event_type_code := l_event_type_code;

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

3434: p_event_class_code => l_event_class_code,
3435: p_event_type_code => l_event_type_code);
3436:
3437: IF l_success THEN
3438: l_transaction_rec.internal_organization_id := arp_global.sysparam.org_id;
3439: l_transaction_rec.application_id := 222;
3440: l_transaction_rec.entity_code := 'TRANSACTIONS';
3441: l_transaction_rec.event_class_code := l_event_class_code;
3442: l_transaction_rec.event_type_code := l_event_type_code;