DBA Data[Home] [Help]

APPS.FA_GAINLOSS_RET_PKG dependencies on FA_RET_TYPES

Line 325: FUNCTION fagret(ret in out nocopy fa_RET_TYPES.ret_struct,

321: | 01/08/97 S Behura Rewrote into PL/SQL |
322: | 08/11/97 S Behura Rewrote into PL/SQL(10.7) |
323: |============================================================================*/
324:
325: FUNCTION fagret(ret in out nocopy fa_RET_TYPES.ret_struct,
326: bk in out nocopy fa_RET_TYPES.book_struct,
327: dpr in out nocopy fa_STD_TYPES.dpr_struct, today in date,
328: cpd_ctr number, cpdnum number, retpdnum in out nocopy number,
329: user_id number,

Line 326: bk in out nocopy fa_RET_TYPES.book_struct,

322: | 08/11/97 S Behura Rewrote into PL/SQL(10.7) |
323: |============================================================================*/
324:
325: FUNCTION fagret(ret in out nocopy fa_RET_TYPES.ret_struct,
326: bk in out nocopy fa_RET_TYPES.book_struct,
327: dpr in out nocopy fa_STD_TYPES.dpr_struct, today in date,
328: cpd_ctr number, cpdnum number, retpdnum in out nocopy number,
329: user_id number,
330: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) Return BOOLEAN IS