DBA Data[Home] [Help]

APPS.PAY_EXA_FLEX dependencies on FND_COMMON_LOOKUPS

Line 743: from fnd_common_lookups

739: (p_segment2 in pay_external_accounts.segment2%type) is
740: --
741: cursor fnd_com_look is
742: select null
743: from fnd_common_lookups
744: where lookup_type = 'US_ACCOUNT_TYPE'
745: and application_id = 800
746: and lookup_code = p_segment2;
747: --