DBA Data[Home] [Help]

APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKETS

Line 149: ar_aging_buckets buckets

145: lines.type,
146: lines.aging_bucket_line_id,
147: lines.bucket_sequence_num
148: from ar_aging_bucket_lines lines,
149: ar_aging_buckets buckets
150: where lines.aging_bucket_id = buckets.aging_bucket_id
151: and buckets.aging_bucket_id = p_bucket_id
152: and buckets.status = 'A'
153: order by lines.bucket_sequence_num ;