DBA Data[Home] [Help]

APPS.BEN_PTY_UPD dependencies on BEN_PL_PCP_TYP

Line 68: -- Update the ben_pl_pcp_typ Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ben_pty_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_pl_pcp_typ Row
69: --
70: update ben_pl_pcp_typ
71: set
72: pl_pcp_typ_id = p_rec.pl_pcp_typ_id

Line 70: update ben_pl_pcp_typ

66: ben_pty_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_pl_pcp_typ Row
69: --
70: update ben_pl_pcp_typ
71: set
72: pl_pcp_typ_id = p_rec.pl_pcp_typ_id
73: ,pl_pcp_id = p_rec.pl_pcp_id
74: ,business_group_id = p_rec.business_group_id

Line 386: (p_module_name => 'BEN_PL_PCP_TYP'

382: --
383: when hr_api.cannot_find_prog_unit then
384: --
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'BEN_PL_PCP_TYP'
387: ,p_hook_type => 'AU');
388: --
389: end;
390: --