DBA Data[Home] [Help]

APPS.PAY_PMA_UPD dependencies on PAY_CA_PMED_ACCOUNTS

Line 67: -- Update the pay_ca_pmed_accounts Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: pay_pma_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_ca_pmed_accounts Row
68: --
69: update pay_ca_pmed_accounts
70: set
71: organization_id = p_rec.organization_id,

Line 69: update pay_ca_pmed_accounts

65: pay_pma_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_ca_pmed_accounts Row
68: --
69: update pay_ca_pmed_accounts
70: set
71: organization_id = p_rec.organization_id,
72: source_id = p_rec.source_id,
73: account_number = p_rec.account_number,

Line 306: (p_module_name => 'pay_ca_pmed_accounts'

302: --
303: when hr_api.cannot_find_prog_unit then
304: --
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'pay_ca_pmed_accounts'
307: ,p_hook_type => 'AU');
308: --
309: end;
310: --