DBA Data[Home] [Help]

APPS.PAY_IP_UTILITY dependencies on FND_ID_FLEX_STRUCTURES

Line 11: SUBTYPE kff_str_type IS fnd_id_flex_structures%ROWTYPE;

7: g_package_name VARCHAR2(240);
8: g_debug BOOLEAN;
9: SUBTYPE dff_flx_type IS fnd_descriptive_flexs%ROWTYPE;
10: SUBTYPE kff_flx_type IS fnd_id_flexs%ROWTYPE;
11: SUBTYPE kff_str_type IS fnd_id_flex_structures%ROWTYPE;
12:
13: /**********************************************************************
14: ** Name : get_ip_installation
15: ** Purpose : This function returns whether the IP has been installed

Line 881: FROM fnd_id_flex_structures

877: hr_utility.trace('get_kff_str :p_id_flex_structure_code '||p_id_flex_structure_code);
878: pay_ip_startup_util.write_log('LOG','PAY_34016_IP_CALL_PROC',l_func_name,NULL);
879: SELECT *
880: INTO x_kff_str
881: FROM fnd_id_flex_structures
882: WHERE application_id = p_application_id
883: AND id_flex_code = p_id_kff_flx_code
884: AND id_flex_structure_code = p_id_flex_structure_code;
885: RETURN TRUE;