DBA Data[Home] [Help]

APPS.PER_CHK_UPD dependencies on PER_CHK_SHD

Line 47: Procedure convert_defs(p_rec in out nocopy per_chk_shd.g_rec_type);

43: -- Internal Row Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure convert_defs(p_rec in out nocopy per_chk_shd.g_rec_type);
48: --
49: --
50: -- ----------------------------------------------------------------------------
51: -- |---------------------------------< upd >----------------------------------|

Line 104: p_rec in out nocopy per_chk_shd.g_rec_type

100: -- ----------------------------------------------------------------------------
101: Procedure upd
102: (
103: p_effective_date in date,
104: p_rec in out nocopy per_chk_shd.g_rec_type
105: );
106: --
107: -- ----------------------------------------------------------------------------
108: -- |---------------------------------< upd >----------------------------------|