DBA Data[Home] [Help]

APPS.HRI_BPL_PERF_RATING dependencies on BIS_BUCKET_CUSTOMIZATIONS

Line 63: g_perf_bucket BIS_BUCKET_CUSTOMIZATIONS%rowtype;

59: g_perf_not_rated_id NUMBER := hri_bpl_dimension_utilities.get_not_rated_id;
60: --
61: -- Global variable for storing the performance band ranges
62: --
63: g_perf_bucket BIS_BUCKET_CUSTOMIZATIONS%rowtype;
64: --
65: g_rtn VARCHAR2(30) := '
66: ';
67: --

Line 938: FROM bis_bucket_customizations bb,

934: -- 4293064 Bucket definition should be picked from the bucket customization table
935: --
936: CURSOR c_bucket (c_bucket VARCHAR2) IS
937: SELECT bb.*
938: FROM bis_bucket_customizations bb,
939: bis_bucket b
940: WHERE b.short_name = c_bucket
941: AND b.bucket_id = bb.bucket_id;
942: --