DBA Data[Home] [Help]

APPS.OTA_TRAINING_PLAN_UPGRADE dependencies on FND_FLEX_DSC_API

Line 74: fnd_flex_dsc_api.set_session_mode('seed_data');

70: WHERE application_id = 810
71: AND descriptive_flexfield_name = p_context_name ;
72:
73: Begin
74: fnd_flex_dsc_api.set_session_mode('seed_data');
75: --p_upgrade_id := g_update_id;
76: Select Trunc(sysdate) into l_date from dual ;
77:
78: For dff_context in Csr_Dff_contexts(p_source_table)

Line 91: fnd_flex_dsc_api.create_context(

87: -- then NO context will be created but the strucre will be added to the existing one.
88:
89: If (NOT (dff_context.Global_Flag = 'Y' OR l_context_exists is NOT NULL)) then
90:
91: fnd_flex_dsc_api.create_context(
92: appl_short_name => 'OTA' ,
93: flexfield_name => p_destination_table,
94: context_code => Dff_context.Descriptive_flex_context_code,
95: context_name => Nvl(dff_context.DESCRiptive_FLEX_CONTEXT_NAME,'*-*'),

Line 104: fnd_flex_dsc_api.create_segment(

100: For I in C1 (Dff_context.Descriptive_flex_context_code,p_source_table
101: , p_destination_table)
102: Loop
103: begin
104: fnd_flex_dsc_api.create_segment(
105: appl_short_name => 'OTA' ,
106: flexfield_name => p_destination_table, --'Add''l Category Information',
107: context_name => Nvl(dff_context.DESCRiptive_FLEX_CONTEXT_NAME,'*-*'),
108: name => I.END_USER_COLUMN_NAME,