DBA Data[Home] [Help]

APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on FND_LOOKUP_VALUES

Line 115: from fnd_lookup_values

111:
112: CURSOR intern_process_cursor
113: IS
114: select lookup_code
115: from fnd_lookup_values
116: where lookup_type='AST_INTERNAL_PROCESS_STATUS'
117: and enabled_flag='Y';
118:
119: CURSOR Cur_Sales_Group(P_Userid NUMBER) IS