DBA Data[Home] [Help]

APPS.PJI_PMV_DFLT_PARAMS_PVT dependencies on PJI_MT_BUCKETS

Line 357: from pji_mt_buckets where bucket_set_code ='PJI_RESOURCE_AVAILABILITY'

353: FUNCTION Derive_Avail_Threshold RETURN VARCHAR2 IS
354:
355: BEGIN
356: select TO_CHAR(seq) into G_Avail_Threshold
357: from pji_mt_buckets where bucket_set_code ='PJI_RESOURCE_AVAILABILITY'
358: and default_flag='Y';
359: RETURN G_Avail_Threshold;
360: END Derive_Avail_Threshold;
361: