DBA Data[Home] [Help]

APPS.BEN_PAT_UPD dependencies on BEN_POPL_ACTN_TYP_F

Line 77: (p_base_table_name => 'ben_popl_actn_typ_f',

73: -- version number.
74: --
75: p_rec.object_version_number :=
76: dt_api.get_object_version_number
77: (p_base_table_name => 'ben_popl_actn_typ_f',
78: p_base_key_column => 'popl_actn_typ_id',
79: p_base_key_value => p_rec.popl_actn_typ_id);
80: --
81: ben_pat_shd.g_api_dml := true; -- Set the api dml status

Line 83: -- Update the ben_popl_actn_typ_f Row

79: p_base_key_value => p_rec.popl_actn_typ_id);
80: --
81: ben_pat_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_popl_actn_typ_f Row
84: --
85: update ben_popl_actn_typ_f
86: set
87: popl_actn_typ_id = p_rec.popl_actn_typ_id,

Line 85: update ben_popl_actn_typ_f

81: ben_pat_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_popl_actn_typ_f Row
84: --
85: update ben_popl_actn_typ_f
86: set
87: popl_actn_typ_id = p_rec.popl_actn_typ_id,
88: actn_typ_due_dt_cd = p_rec.actn_typ_due_dt_cd,
89: actn_typ_due_dt_rl = p_rec.actn_typ_due_dt_rl,

Line 509: (p_module_name => 'ben_popl_actn_typ_f'

505: --
506: when hr_api.cannot_find_prog_unit then
507: --
508: hr_api.cannot_find_prog_unit_error
509: (p_module_name => 'ben_popl_actn_typ_f'
510: ,p_hook_type => 'AU');
511: --
512: end;
513: --