DBA Data[Home] [Help]

APPS.PAY_KR_SEP_PKG dependencies on PAY_BALANCE_TYPES

Line 38: from pay_balance_types

34: --
35: cursor csr_balance
36: is
37: select balance_type_id
38: from pay_balance_types
39: where balance_name = p_balance_name
40: and nvl(business_group_id, g_business_group_id) = g_business_group_id
41: and nvl(legislation_code, g_legislation_code) = g_legislation_code;
42: --