DBA Data[Home] [Help]

APPS.PAY_CE_SUPPORT_PKG dependencies on PAY_EXTERNAL_ACCOUNTS

Line 45: from pay_external_accounts pea,

41: 'SEGMENT28',pea.segment28,
42: 'SEGMENT29',pea.segment29,
43: 'SEGMENT30',pea.segment30,
44: 'EMPTY')
45: from pay_external_accounts pea,
46: hr_lookups hrl
47: where external_account_id = p_external_account_id
48: and hrl.lookup_type = p_lookup_type
49: and hrl.lookup_code = p_legislation_code;