DBA Data[Home] [Help]

APPS.PER_PHN_UPD dependencies on PER_PHN_SHD

Line 52: Procedure convert_defs(p_rec in out nocopy per_phn_shd.g_rec_type);

48: -- Internal Table Handler Use Only.
49: --
50: -- {End Of Comments}
51: -- ----------------------------------------------------------------------------
52: Procedure convert_defs(p_rec in out nocopy per_phn_shd.g_rec_type);
53: --
54: --
55: -- ----------------------------------------------------------------------------
56: -- |---------------------------------< upd >----------------------------------|

Line 125: p_rec in out nocopy per_phn_shd.g_rec_type,

121: -- {End Of Comments}
122: -- ----------------------------------------------------------------------------
123: Procedure upd
124: (
125: p_rec in out nocopy per_phn_shd.g_rec_type,
126: p_validate in boolean default false,
127: p_effective_date in date
128: );
129: --