DBA Data[Home] [Help]

APPS.AR_CMGT_AGING dependencies on AR_AGING_BUCKETS

Line 126: ar_aging_buckets buckets

122: lines.report_heading1,
123: lines.report_heading2,
124: lines.type
125: from ar_aging_bucket_lines lines,
126: ar_aging_buckets buckets
127: where lines.aging_bucket_id = buckets.aging_bucket_id
128: and upper(buckets.bucket_name) = upper(p_bucket_name)
129: and nvl(buckets.status,'A') = 'A'
130: order by lines.bucket_sequence_num