DBA Data[Home] [Help]

APPS.PER_PPB_UPD dependencies on PER_PAY_BASES

Line 70: -- Update the per_pay_bases Row

66: p_rec.object_version_number := p_rec.object_version_number + 1;
67: --
68: per_ppb_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the per_pay_bases Row
71: --
72: update per_pay_bases
73: set
74: pay_basis_id = p_rec.pay_basis_id

Line 72: update per_pay_bases

68: per_ppb_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the per_pay_bases Row
71: --
72: update per_pay_bases
73: set
74: pay_basis_id = p_rec.pay_basis_id
75: ,input_value_id = p_rec.input_value_id
76: ,rate_id = p_rec.rate_id

Line 462: (p_module_name => 'PER_PAY_BASES'

458: --
459: when hr_api.cannot_find_prog_unit then
460: --
461: hr_api.cannot_find_prog_unit_error
462: (p_module_name => 'PER_PAY_BASES'
463: ,p_hook_type => 'AU');
464: --
465: end;
466: --