DBA Data[Home] [Help]

APPS.ARP_CUSTOMER_AGING dependencies on AR_AGING_BUCKETS

Line 80: ar_aging_buckets buckets

76: lines.report_heading1,
77: lines.report_heading2,
78: lines.type
79: from ar_aging_bucket_lines lines,
80: ar_aging_buckets buckets
81: where lines.aging_bucket_id = buckets.aging_bucket_id
82: and upper(buckets.bucket_name) = upper(p_bucket_name)
83: and nvl(buckets.status,'A') = 'A'
84: order by lines.bucket_sequence_num