DBA Data[Home] [Help]

APPS.FII_AR_REC_AGING_PKG dependencies on BIS_BUCKET_PUB

Line 780: l_bis_bucket_rec BIS_BUCKET_PUB.bis_bucket_rec_type;

776: l_sqlstmt VARCHAR2(30000);
777: l_where_clause VARCHAR2(2000);
778: l_return_status VARCHAR2(10);
779: l_curr_label VARCHAR2(240);
780: l_bis_bucket_rec BIS_BUCKET_PUB.bis_bucket_rec_type;
781: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
782: l_bucket_ct NUMBER;
783: l_as_of_date DATE;
784: l_cust_suffix VARCHAR2(6);

Line 923: BIS_BUCKET_PUB.retrieve_bis_bucket (

919: -- Clean up temp table
920: delete from FII_AR_REC_AGING_SUM_GT;
921:
922: -- Retrieve the bucket labels for this report and insert into temp table
923: BIS_BUCKET_PUB.retrieve_bis_bucket (
924: p_short_name => 'FII_DBI_PAST_DUE_REC_BUCKET',
925: x_bis_bucket_rec => l_bis_bucket_rec,
926: x_return_status => l_return_status,
927: x_error_tbl => l_error_tbl