DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PAY_PAYMENT_TYPES

Line 7035: l_context pay_payment_types.payment_type_name%type;

7031: cursor get_title is
7032: select rtrim(title,'.') from fnd_descriptive_flexs_vl
7033: where descriptive_flexfield_name = 'Paymeth Developer DF';
7034: --
7035: l_context pay_payment_types.payment_type_name%type;
7036: l_context_upper pay_payment_types.payment_type_name%type;
7037: l_title varchar2(80);
7038: --
7039: ---------------------- create_org_pay_flex_dict -------------------------

Line 7036: l_context_upper pay_payment_types.payment_type_name%type;

7032: select rtrim(title,'.') from fnd_descriptive_flexs_vl
7033: where descriptive_flexfield_name = 'Paymeth Developer DF';
7034: --
7035: l_context pay_payment_types.payment_type_name%type;
7036: l_context_upper pay_payment_types.payment_type_name%type;
7037: l_title varchar2(80);
7038: --
7039: ---------------------- create_org_pay_flex_dict -------------------------
7040: --

Line 7047: from pay_payment_types

7043: -- get the context
7044: --
7045: select payment_type_name
7046: into l_context
7047: from pay_payment_types
7048: where payment_type_id = p_payment_id;
7049: --
7050: open get_title;
7051: fetch get_title into l_title;