DBA Data[Home] [Help]

APPS.PAY_EXA_SHD dependencies on FND_COMMON_LOOKUPS

Line 611: from fnd_common_lookups

607: else
608: declare
609: cursor fnd_com_look is
610: select null
611: from fnd_common_lookups
612: where lookup_type = 'US_ACCOUNT_TYPE'
613: and application_id = 800
614: and lookup_code = p_segment2;
615: l_dummy number;