DBA Data[Home] [Help]

APPS.ARP_DEDUCTION_COVER dependencies on ARP_GLOBAL

Line 353: arp_global.init_global;

349: -- Initialize API return status to success
350: x_return_status := FND_API.G_RET_STS_SUCCESS;
351:
352: /* Bug 3022077 - initialize global variables */
353: arp_global.init_global;
354: arp_standard.init_standard;
355:
356: /*---------------------------------------------------------------------+
357: | 1) Check that a valid writeoff activity has been passed |

Line 809: arp_global.init_global;

805: -- Initialize API return status to success
806: x_return_status := FND_API.G_RET_STS_SUCCESS;
807:
808: /* Bug 3022077 - initialize global variables */
809: arp_global.init_global;
810: arp_standard.init_standard;
811:
812: /*---------------------------------------------------------------------+
813: | 1) Check that a valid receipt has been passed |

Line 1610: IF arp_global.tm_installed_flag = 'Y'

1606: --
1607: x_claim_num := NULL;
1608: /* Bug 2270842 - amount and status should not be validated as the original
1609: claim will be reallocated in the event of a split */
1610: IF arp_global.tm_installed_flag = 'Y'
1611: THEN
1612: l_query := ' select claim_number '||
1613: ' from ozf_ar_deductions_v '||
1614: ' where claim_id = :claim_id '||