DBA Data[Home] [Help]

APPS.ARI_DB_UTILITIES dependencies on AR_AGING_BUCKETS

Line 182: ar_aging_buckets buckets

178: select lines.days_start,
179: lines.days_to,
180: lines.type
181: from ar_aging_bucket_lines lines,
182: ar_aging_buckets buckets
183: where lines.aging_bucket_id = buckets.aging_bucket_id
184: and buckets.aging_bucket_id = to_number(p_bucket_name)
185: and nvl(buckets.status,'A') = 'A'
186: order by lines.bucket_sequence_num

Line 410: ar_aging_buckets buckets

406: lines.report_heading1,
407: lines.report_heading2,
408: lines.type
409: from ar_aging_bucket_lines lines,
410: ar_aging_buckets buckets
411: where lines.aging_bucket_id = buckets.aging_bucket_id
412: and buckets.aging_bucket_id = to_number(p_bucket_name)
413: and nvl(buckets.status,'A') = 'A'
414: order by lines.bucket_sequence_num