DBA Data[Home] [Help]

APPS.PAY_EXA_BUS dependencies on PAY_EXA_SHD

Line 43: l_api_updating := pay_exa_shd.api_updating

39: --
40: -- true if PK exists, false if PK does not exist
41: -- stub - not required
42: --
43: l_api_updating := pay_exa_shd.api_updating
44: (p_external_account_id => p_external_account_id,
45: p_object_version_number => p_object_version_number);
46:
47: --

Line 83: nvl(pay_exa_shd.g_old_rec.territory_code, hr_api.g_varchar2) ) then

79: --
80: else
81: hr_utility.trace('| old combination, chk territory_code is not mutating');
82: if ( nvl(p_territory_code, hr_api.g_varchar2) <>
83: nvl(pay_exa_shd.g_old_rec.territory_code, hr_api.g_varchar2) ) then
84: hr_api.argument_changed_error(
85: p_api_name => l_proc,
86: p_argument => 'TERRITORY_CODE');
87: end if;

Line 98: p_rec in pay_exa_shd.g_rec_type

94: -- ----------------------------------------------------------------------------
95: -- |---------------------------< insert_validate >----------------------------|
96: -- ----------------------------------------------------------------------------
97: procedure insert_validate(
98: p_rec in pay_exa_shd.g_rec_type
99: ,p_business_group_id in number
100: ) is
101: --
102: l_proc varchar2(72) := g_package||'insert_validate';

Line 122: p_rec in pay_exa_shd.g_rec_type

118: -- ----------------------------------------------------------------------------
119: -- |---------------------------< update_validate >----------------------------|
120: -- ----------------------------------------------------------------------------
121: procedure update_validate(
122: p_rec in pay_exa_shd.g_rec_type
123: ) is
124: --
125: l_proc varchar2(72) := g_package||'update_validate';
126: --