DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on FND_DESCR_FLEX_CONTEXTS

Line 202: from fnd_descr_flex_contexts dfc

198:
199: -- Cursor to check the valid df context
200: cursor csr_style (c_context_code in varchar2) is
201: select dfc.descriptive_flex_context_code
202: from fnd_descr_flex_contexts dfc
203: where dfc.application_id = 800
204: and dfc.descriptive_flexfield_name = 'Person Developer DF'
205: and dfc.enabled_flag = 'Y';
206:

Line 10374: l_dff_ctx fnd_descr_flex_contexts.descriptive_flex_context_code%type;

10370: --
10371: l_chk_per chk_party%rowtype;
10372: l_national_identifier per_people_f.national_identifier%type;
10373: l_party_id per_people_f.party_id%type;
10374: l_dff_ctx fnd_descr_flex_contexts.descriptive_flex_context_code%type;
10375:
10376: -- added by dbansal
10377: l_gre_name HR_ALL_ORGANIZATION_UNITS_TL.name%type;
10378: temp varchar2(20);