DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_REPORT_PUB dependencies on FND_APPLICATION

Line 74: PROCEDURE populate_segment_details_table ( p_appl_short_name IN fnd_application.application_short_name%TYPE,

70: * Private Procedure to cache the DFF segment details in a local table
71: * Uses FND_DFLEX APIs to populate segment and context details into a local table all_segment_details_tab
72: * A record is created for each segment in each context in the DFF definition.
73: */
74: PROCEDURE populate_segment_details_table ( p_appl_short_name IN fnd_application.application_short_name%TYPE,
75: p_flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE )
76: IS
77: k INTEGER := 0;
78: flexfield fnd_dflex.dflex_r;