DBA Data[Home] [Help]

APPS.PAY_QPE_API dependencies on PAY_QUICKPAY_EXCLUSIONS

Line 54: -- for the PAY_QUICKPAY_EXCLUSIONS entity. The role of this process is to

50: -- {Start Of Comments}
51: --
52: -- Description:
53: -- This procedure is the record interface for the insert business process
54: -- for the PAY_QUICKPAY_EXCLUSIONS entity. The role of this process is to
55: -- insert a fully validated row, into the HR schema.
56: -- 1) If the p_validate argument has been set to true then a savepoint is
57: -- issued.
58: -- 2) The controlling validation process insert_validate is then executed

Line 114: (p_rec IN OUT NOCOPY pay_quickpay_exclusions%ROWTYPE

110: --
111: -- {End Of Comments}
112: --
113: PROCEDURE ins
114: (p_rec IN OUT NOCOPY pay_quickpay_exclusions%ROWTYPE
115: ,p_validate IN BOOLEAN DEFAULT FALSE
116: );
117: --
118: -- ----------------------------------------------------------------------------

Line 230: (p_rec IN pay_quickpay_exclusions%ROWTYPE

226: --
227: -- {End Of Comments}
228: --
229: PROCEDURE del
230: (p_rec IN pay_quickpay_exclusions%ROWTYPE
231: ,p_validate IN BOOLEAN DEFAULT FALSE
232: );
233: --
234: -- ----------------------------------------------------------------------------

Line 246: -- pay_quickpay_exclusions%ROWTYPE datatype.

242: -- of this process is to validate and delete the specified row from the
243: -- HR schema. The processing of this procedure is as follows:
244: -- 1) The attributes are converted into a local record structure by
245: -- explicitly coding the attribute arguments into the
246: -- pay_quickpay_exclusions%ROWTYPE datatype.
247: -- 2) After the conversion has taken place, the corresponding record del
248: -- interface business process is executed.
249: --
250: -- Pre Conditions: