DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on FND_FLEX_DSC_API

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

2748: WHERE application_id = 810
2749: AND descriptive_flexfield_name = p_context_name ;
2750:
2751: Begin
2752: fnd_flex_dsc_api.set_session_mode('seed_data');
2753:
2754: Select Trunc(sysdate) into l_date from dual ;
2755:
2756: For dff_context in Csr_Dff_contexts

Line 2769: fnd_flex_dsc_api.create_context(

2765: -- then NO context will be created but the strucre will be added to the existing one.
2766:
2767: If (NOT (dff_context.Global_Flag = 'Y' OR l_context_exists is NOT NULL)) then
2768:
2769: fnd_flex_dsc_api.create_context(
2770: appl_short_name => 'OTA' ,
2771: flexfield_name => 'OTA_CATEGORY_USAGES',
2772: context_code => Dff_context.Descriptive_flex_context_code,
2773: context_name => Nvl(dff_context.DESCRiptive_FLEX_CONTEXT_NAME,'*-*'),

Line 2781: fnd_flex_dsc_api.create_segment(

2777: End If;
2778: For I in C1 (Dff_context.Descriptive_flex_context_code)
2779: Loop
2780: begin
2781: fnd_flex_dsc_api.create_segment(
2782: appl_short_name => 'OTA' ,
2783: flexfield_name => 'OTA_CATEGORY_USAGES', --'Add''l Category Information',
2784: context_name => Nvl(dff_context.DESCRiptive_FLEX_CONTEXT_NAME,'*-*'),
2785: name => I.END_USER_COLUMN_NAME,