DBA Data[Home] [Help]

APPS.FII_AR_FACTS_AGING_PKG dependencies on BIS_BUCKET_CUSTOMIZATIONS

Line 132: from bis_bucket_customizations bbc,

128: into g_rct_bucket_name,
129: g_rct_bucket_1_low, g_rct_bucket_1_high,
130: g_rct_bucket_2_low, g_rct_bucket_2_high,
131: g_rct_bucket_3_low, g_rct_bucket_3_high
132: from bis_bucket_customizations bbc,
133: bis_bucket_vl bb
134: where bb.short_name = 'FII_DBI_UNAPP_RECEIPT_BUCKET'
135: and bbc.bucket_id = bb.bucket_id;
136: /*

Line 201: from bis_bucket_customizations bbc,

197: into g_current_bucket_name,
198: g_current_bucket_1_low, g_current_bucket_1_high,
199: g_current_bucket_2_low, g_current_bucket_2_high,
200: g_current_bucket_3_low, g_current_bucket_3_high
201: from bis_bucket_customizations bbc,
202: bis_bucket_vl bb
203: where bb.short_name = 'FII_DBI_CURRENT_REC_BUCKET'
204: and bbc.bucket_id = bb.bucket_id;
205: /*

Line 280: from bis_bucket_customizations bbc,

276: g_past_due_bucket_4_low, g_past_due_bucket_4_high,
277: g_past_due_bucket_5_low, g_past_due_bucket_5_high,
278: g_past_due_bucket_6_low, g_past_due_bucket_6_high,
279: g_past_due_bucket_7_low, g_past_due_bucket_7_high
280: from bis_bucket_customizations bbc,
281: bis_bucket_vl bb
282: where bb.short_name = 'FII_DBI_PAST_DUE_REC_BUCKET'
283: and bbc.bucket_id = bb.bucket_id;
284: /*