DBA Data[Home] [Help]

APPS.JAI_DF_DROP dependencies on FND_FLEX_DSC_API

Line 108: fnd_flex_dsc_api.delete_segment

104:
105: /* Delete ValueSets */
106: for rec_segment in cur_segment(ln_application_id, lv_flexfield_name, lv_context) loop
107:
108: fnd_flex_dsc_api.delete_segment
109: (
110: appl_short_name => lv_appl_short_name,
111: flexfield_name => lv_flexfield_name ,
112: context => lv_context ,

Line 128: fnd_flex_dsc_api.delete_context (

124:
125: end loop;
126:
127: /* Delete Context */
128: fnd_flex_dsc_api.delete_context (
129: appl_short_name => lv_appl_short_name ,
130: flexfield_name => lv_flexfield_name ,
131: context => lv_context
132: );

Line 548: fnd_flex_dsc_api.delete_segment

544: --End of addition by Sanjikum, Bug#5443693
545:
546: if lv_attribute_vat_invoice is not null then
547:
548: fnd_flex_dsc_api.delete_segment
549: (
550: appl_short_name => 'SQLAP',
551: flexfield_name => 'AP_INVOICES',
552: context => lv_context,

Line 570: fnd_flex_dsc_api.delete_segment

566: end if;
567:
568: if lv_attribute_vat_date is not null then
569:
570: fnd_flex_dsc_api.delete_segment
571: (
572: appl_short_name => 'SQLAP',
573: flexfield_name => 'AP_INVOICES',
574: context => lv_context,

Line 591: fnd_flex_dsc_api.delete_segment

587:
588: end if;
589:
590: if lv_attribute_vat_receipt_date is not null then
591: fnd_flex_dsc_api.delete_segment
592: (
593: appl_short_name => 'SQLAP',
594: flexfield_name => 'AP_INVOICES',
595: context => lv_context,

Line 611: fnd_flex_dsc_api.delete_context

607:
608: end if;
609:
610: if lv_context = 'India VAT' then
611: fnd_flex_dsc_api.delete_context
612: (
613: appl_short_name => 'SQLAP' ,
614: flexfield_name => 'AP_INVOICES' ,
615: context => 'India VAT'