DBA Data[Home] [Help]

APPS.FND_FLEX_LOADER_APIS dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 94: SUBTYPE kff_str_tl_type IS fnd_id_flex_structures_tl%ROWTYPE;

90: SUBTYPE kff_flq_type IS fnd_segment_attribute_types%ROWTYPE;
91: SUBTYPE kff_sgq_type IS fnd_value_attribute_types%ROWTYPE;
92: SUBTYPE kff_sgq_tl_type IS fnd_val_attribute_types_tl%ROWTYPE;
93: SUBTYPE kff_str_type IS fnd_id_flex_structures%ROWTYPE;
94: SUBTYPE kff_str_tl_type IS fnd_id_flex_structures_tl%ROWTYPE;
95: SUBTYPE kff_wfp_type IS fnd_flex_workflow_processes%ROWTYPE;
96: SUBTYPE kff_sha_type IS fnd_shorthand_flex_aliases%ROWTYPE;
97: SUBTYPE kff_cvr_type IS fnd_flex_validation_rules%ROWTYPE;
98: SUBTYPE kff_cvr_tl_type IS fnd_flex_vdation_rules_tl%ROWTYPE;

Line 2524: FROM fnd_id_flex_structures_tl

2520: BEGIN
2521: l_func_name := g_api_name || 'get_kff_str_tl(F)';
2522: SELECT *
2523: INTO x_kff_str_tl
2524: FROM fnd_id_flex_structures_tl
2525: WHERE application_id = p_kff_str.application_id
2526: AND id_flex_code = p_kff_str.id_flex_code
2527: AND id_flex_num = p_kff_str.id_flex_num
2528: AND language = p_language;

Line 7698: UPDATE fnd_id_flex_structures_tl

7694: WHERE application_id = p_application_id
7695: AND id_flex_code = p_id_flex_code
7696: AND id_flex_num = p_id_flex_num_old;
7697:
7698: UPDATE fnd_id_flex_structures_tl
7699: SET id_flex_num = p_id_flex_num_new
7700: WHERE application_id = p_application_id
7701: AND id_flex_code = p_id_flex_code
7702: AND id_flex_num = p_id_flex_num_old;