DBA Data[Home] [Help]

APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on AR_AGING_BUCKETS

Line 13795: select aging_bucket_id into l_default_bucket_id from ar_aging_buckets where bucket_name = l_default_bucket;

13791: Begin
13792:
13793: l_max_fetches := to_number(nvl(fnd_profile.value('IEX_BATCH_SIZE'), '100000'));
13794: l_default_bucket := fnd_profile.value('IEX_COLLECTIONS_BUCKET_NAME') ;
13795: select aging_bucket_id into l_default_bucket_id from ar_aging_buckets where bucket_name = l_default_bucket;
13796:
13797: -- Loop runs for each operating unit once and each time loops for all IEU_PARAM_PK_VALUE values
13798: for r_org in c_orgs loop
13799: