DBA Data[Home] [Help]

APPS.BOM_PFI_PVT dependencies on FND_ID_FLEX_SEGMENTS

Line 679: from FND_ID_FLEX_SEGMENTS

675: l_PF_segs VARCHAR2(40) := NULL ;
676:
677: CURSOR MSI_Struct_Segs IS
678: select application_column_name
679: from FND_ID_FLEX_SEGMENTS
680: where application_id = 401
681: and id_flex_code = 'MSTK'
682: and id_flex_num = 101
683: and enabled_flag = 'Y'

Line 688: from FND_ID_FLEX_SEGMENTS

684: order by segment_num;
685:
686: CURSOR PF_Struct_Segs IS
687: select application_column_name
688: from FND_ID_FLEX_SEGMENTS
689: where application_id = 401
690: and id_flex_code = 'MCAT'
691: and id_flex_num = G_PF_Structure_ID
692: and enabled_flag = 'Y'