DBA Data[Home] [Help]

APPS.PAY_DBI_STARTUP_PKG dependencies on FF_CONTEXTS

Line 144: from ff_contexts

140: --
141: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 1);
142: select context_id
143: into l_date_earned_context_id
144: from ff_contexts
145: where context_name = 'DATE_EARNED';
146: --
147: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 2);
148: select context_id

Line 150: from ff_contexts

146: --
147: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 2);
148: select context_id
149: into l_assign_id_context_id
150: from ff_contexts
151: where context_name = 'ASSIGNMENT_ID';
152: --
153: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 3);
154: select context_id

Line 156: from ff_contexts

152: --
153: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 3);
154: select context_id
155: into l_payroll_context_id
156: from ff_contexts
157: where context_name = 'PAYROLL_ID';
158: --
159: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 4);
160: select context_id

Line 162: from ff_contexts

158: --
159: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 4);
160: select context_id
161: into l_payroll_action_context_id
162: from ff_contexts
163: where context_name = 'PAYROLL_ACTION_ID';
164: --
165: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 5);
166: select context_id

Line 168: from ff_contexts

164: --
165: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 5);
166: select context_id
167: into l_org_pay_method_id
168: from ff_contexts
169: where context_name = 'ORG_PAY_METHOD_ID';
170: --
171: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 6);
172: select context_id

Line 174: from ff_contexts

170: --
171: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 6);
172: select context_id
173: into l_per_pay_method_id
174: from ff_contexts
175: where context_name = 'PER_PAY_METHOD_ID';
176: --
177: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 7);
178: select context_id

Line 180: from ff_contexts

176: --
177: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 7);
178: select context_id
179: into l_tax_unit_id
180: from ff_contexts
181: where context_name = 'TAX_UNIT_ID';
182: --
183: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 8);
184: select context_id

Line 186: from ff_contexts

182: --
183: hr_utility.set_location('pay_dbi_startup_pkg.create_dbi_startup', 8);
184: select context_id
185: into l_assignment_action_id
186: from ff_contexts
187: where context_name = 'ASSIGNMENT_ACTION_ID';
188: --
189: --++++++++++++++++++++++++++++++++++++++++++++++++++++++++
190: -- +

Line 2317: from ff_contexts

2313: --
2314: hr_utility.set_location ('pay_dbi_startup_pkg.create_dbi_startup', 102);
2315: select context_id
2316: into l_business_group_id
2317: from ff_contexts
2318: where context_name = 'BUSINESS_GROUP_ID';
2319: --
2320: hr_utility.set_location ('pay_dbi_startup_pkg.create_dbi_startup', 103);
2321: insert into ff_function_context_usages