DBA Data[Home] [Help]

APPS.AR_ADJUST_PUB dependencies on AR_ACTIVITY_DETAILS

Line 3394: from AR_ACTIVITY_DETAILS

3390:
3391: BEGIN
3392: Select count(*)
3393: into l_count_chk
3394: from AR_ACTIVITY_DETAILS
3395: where source_id = p_old_adjust_id
3396: and source_table = 'ADJ'
3397: and nvl(CURRENT_ACTIVITY_FLAG,'Y') = 'Y' -- Bug 7241111
3398: and customer_trx_line_id = l_adj_rec.customer_trx_line_id;