DBA Data[Home] [Help]

APPS.PAY_PPE_BUS dependencies on PAY_PPE_SHD

Line 94: (p_rec in pay_ppe_shd.g_rec_type

90: --
91: -- {End of comments}
92: -- ----------------------------------------------------------------------------
93: Procedure chk_change_type
94: (p_rec in pay_ppe_shd.g_rec_type
95: );
96: --
97: -- ----------------------------------------------------------------------------
98: -- |---------------------------< chk_status >----------------------------|

Line 123: (p_rec in pay_ppe_shd.g_rec_type

119: --
120: -- {End of comments}
121: -- ----------------------------------------------------------------------------
122: Procedure chk_status
123: (p_rec in pay_ppe_shd.g_rec_type
124: );
125: --
126: -- ----------------------------------------------------------------------------
127: -- |---------------------------< chk_assignment_exists >----------------------------|

Line 152: (p_rec in pay_ppe_shd.g_rec_type

148: --
149: -- {End of comments}
150: -- ----------------------------------------------------------------------------
151: Procedure chk_assignment_exists
152: (p_rec in pay_ppe_shd.g_rec_type
153: );
154: --
155: -- ----------------------------------------------------------------------------
156: -- |---------------------------< insert_validate >----------------------------|

Line 188: (p_rec in pay_ppe_shd.g_rec_type

184: --
185: -- {End of comments}
186: -- ----------------------------------------------------------------------------
187: Procedure insert_validate
188: (p_rec in pay_ppe_shd.g_rec_type
189: );
190: --
191: -- ----------------------------------------------------------------------------
192: -- |---------------------------< update_validate >----------------------------|

Line 224: (p_rec in pay_ppe_shd.g_rec_type

220: --
221: -- {End Of Comments}
222: -- ----------------------------------------------------------------------------
223: Procedure update_validate
224: (p_rec in pay_ppe_shd.g_rec_type
225: );
226: --
227: -- ----------------------------------------------------------------------------
228: -- |---------------------------< delete_validate >----------------------------|

Line 260: (p_rec in pay_ppe_shd.g_rec_type

256: --
257: --
258: -- ----------------------------------------------------------------------------
259: Procedure delete_validate
260: (p_rec in pay_ppe_shd.g_rec_type
261: );
262: --
263: end pay_ppe_bus;