DBA Data[Home] [Help]

APPS.FA_MASSADD_PREP_ENERGY_PKG dependencies on FA_LOOKUPS

Line 538: from fa_lookups

534: h_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;
535:
536: CURSOR lookup_cur(c_lookup_type varchar2) IS
537: select lookup_code
538: from fa_lookups
539: where lookup_type = c_lookup_type
540: and enabled_flag = 'Y';
541:
542: begin

Line 1327: from fa_lookups

1323: l_LocationCur LocationCurType;
1324:
1325: CURSOR lookup_cur(c_lookup_type varchar2) IS
1326: select lookup_code
1327: from fa_lookups
1328: where lookup_type = c_lookup_type
1329: and enabled_flag = 'Y';
1330: begin
1331: for i in 1 .. 30 loop