DBA Data[Home] [Help]

APPS.AME_AGL_BUS dependencies on AME_AGL_SHD

Line 40: (p_rec in ame_agl_shd.g_rec_type

36: --
37: -- {End of comments}
38: -- ----------------------------------------------------------------------------
39: Procedure insert_validate
40: (p_rec in ame_agl_shd.g_rec_type
41: );
42: --
43: -- ----------------------------------------------------------------------------
44: -- |---------------------------< update_validate >----------------------------|

Line 71: (p_rec in ame_agl_shd.g_rec_type

67: --
68: -- {End Of Comments}
69: -- ----------------------------------------------------------------------------
70: Procedure update_validate
71: (p_rec in ame_agl_shd.g_rec_type
72: );
73: --
74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< delete_validate >----------------------------|

Line 107: (p_rec in ame_agl_shd.g_rec_type

103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure delete_validate
107: (p_rec in ame_agl_shd.g_rec_type
108: );
109: --
110: end ame_agl_bus;