DBA Data[Home] [Help]

APPS.FII_AR_REC_DETAIL_PKG dependencies on BIS_BUCKET_PUB

Line 37: l_bis_bucket_rec BIS_BUCKET_PUB.bis_bucket_rec_type;

33:
34: l_bucket_num NUMBER;
35: l_bucket_low NUMBER;
36: l_bucket_high NUMBER;
37: l_bis_bucket_rec BIS_BUCKET_PUB.bis_bucket_rec_type;
38: l_return_status VARCHAR2(10);
39: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
40: l_unid_message VARCHAR2(30) := FND_MESSAGE.get_string('FII', 'FII_AR_UNID_CUSTOMER');
41:

Line 187: BIS_BUCKET_PUB.retrieve_bis_bucket (

183: -- receipt created [bucket x] days before the As of Date.
184: ---------------------------------------------------------------------------
185: ELSIF (l_source_report = 'FII_AR_UNAPP_X_RCT_DTL') THEN
186: -- Find out bucket information
187: BIS_BUCKET_PUB.retrieve_bis_bucket (
188: p_short_name => 'FII_DBI_UNAPP_RECEIPT_BUCKET',
189: x_bis_bucket_rec => l_bis_bucket_rec,
190: x_return_status => l_return_status,
191: x_error_tbl => l_error_tbl