DBA Data[Home] [Help]

APPS.HR_PRE_PAY dependencies on HR_CASH_RULES

Line 286: hr_cash_rules.user_rule which the user can alter. This is called

282: NOTES
283: Cash analysis is performed to divide a payment down into constituent
284: monetary units. The user may wish to specify certain payments, eg
285: 3 five dollar notes in each pay packet. This can be accomplished in
286: hr_cash_rules.user_rule which the user can alter. This is called
287: with the cash_rule parameter. After it returns the rest of the payment
288: (or all of it if no rule was specified) is paid using the default method
289: (ie use the highest denomination note possible). Note all inserts to
290: pay_coin_anal_elements are made through pay_coin

Line 329: hr_cash_rules.user_rule(cash_rule);

325: -- Call The user accessible cash rule function
326: --
327: if cash_rule is not null then
328: --
329: hr_cash_rules.user_rule(cash_rule);
330: --
331: end if;
332: --
333: -- At this point, if the user has impleneted any rules they will be