DBA Data[Home] [Help]

APPS.PAY_PMA_INS dependencies on PAY_CA_PMED_ACCOUNTS

Line 64: -- Insert the row into: pay_ca_pmed_accounts

60: p_rec.object_version_number := 1; -- Initialise the object version
61: --
62: pay_pma_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Insert the row into: pay_ca_pmed_accounts
65: --
66: insert into pay_ca_pmed_accounts
67: ( organization_id,
68: source_id,

Line 66: insert into pay_ca_pmed_accounts

62: pay_pma_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Insert the row into: pay_ca_pmed_accounts
65: --
66: insert into pay_ca_pmed_accounts
67: ( organization_id,
68: source_id,
69: account_number,
70: enabled,

Line 318: (p_module_name => 'pay_ca_pmed_accounts'

314: --
315: when hr_api.cannot_find_prog_unit then
316: --
317: hr_api.cannot_find_prog_unit_error
318: (p_module_name => 'pay_ca_pmed_accounts'
319: ,p_hook_type => 'AI');
320: --
321: end;
322: --