DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_LEGISLATION_CONTEXTS

Line 53: loc_context_name pay_legislation_contexts.legislation_name%type

49: -- onto legislative contexts.
50: --
51: type t_context_map_rec is record
52: (core_context_name ff_contexts.context_name%type,
53: loc_context_name pay_legislation_contexts.legislation_name%type
54: );
55: --
56: type t_context_map_tab is table of t_context_map_rec index by binary_integer;
57: --

Line 1193: pay_legislation_contexts plc

1189: begin
1190: select fc.context_name
1191: into l_context_name
1192: from ff_contexts fc,
1193: pay_legislation_contexts plc
1194: where plc.legislation_name = p_context_name
1195: and plc.context_id = fc.context_id
1196: and plc.legislation_code = p_legislation_code;
1197: --