DBA Data[Home] [Help]

APPS.PAY_ADHOC_UTILS_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 457: FROM FND_ID_FLEX_SEGMENTS fs,

453: segment segment_table;
454: --
455: cursor get_seg_order is
456: SELECT REPLACE(fs.APPLICATION_COLUMN_NAME,column_name,'')
457: FROM FND_ID_FLEX_SEGMENTS fs,
458: FND_APPLICATION fap
459: WHERE fs.id_flex_num = flex_context_or_struct
460: and fs.id_flex_code = flex_name
461: and fs.enabled_flag = 'Y'