DBA Data[Home] [Help]

APPS.PQP_HRTCA_INTEGRATION dependencies on FND_DESCR_FLEX_CONTEXTS

Line 116: FROM fnd_descr_flex_contexts dfc

112:
113: -- Cursor to check if the Address Style context exists
114: CURSOR csr_style (c_context_code IN Varchar2) IS
115: SELECT dfc.descriptive_flex_context_code
116: FROM fnd_descr_flex_contexts dfc
117: WHERE dfc.application_id = 800
118: AND dfc.Descriptive_flexfield_name = 'Address Structure'
119: AND dfc.enabled_flag ='Y';
120: