DBA Data[Home] [Help]

APPS.PAY_QPI_API dependencies on PAY_QUICKPAY_INCLUSIONS

Line 119: (p_rec in out nocopy pay_quickpay_inclusions%ROWTYPE

115: --
116: -- {End Of Comments}
117: --
118: procedure ins
119: (p_rec in out nocopy pay_quickpay_inclusions%ROWTYPE
120: ,p_validate in boolean default false
121: );
122: --
123: -- ----------------------------------------------------------------------------

Line 195: -- Inserts a row into pay_quickpay_inclusions for every element entry

191: -- p_validate is set to true or false. This argument works in the same way
192: -- as the p_validate for the ins procedures.
193: --
194: -- Post Success:
195: -- Inserts a row into pay_quickpay_inclusions for every element entry
196: -- which match all of these conditions:
197: -- 1) The entry is for the assignment defined on the QuickPay Run
198: -- definition.
199: -- 2) The element type can be processed in run.

Line 294: (p_rec in pay_quickpay_inclusions%ROWTYPE

290: --
291: -- {End Of Comments}
292: --
293: procedure del
294: (p_rec in pay_quickpay_inclusions%ROWTYPE
295: ,p_validate in boolean default false
296: );
297: --
298: -- ----------------------------------------------------------------------------