DBA Data[Home] [Help]

APPS.FA_API_TYPES dependencies on STANDARD

Line 9: -- Standard Who Record --

5: -- Public Types Used Only Within Types --
6: -----------------------------------------
7:
8: -------------------------
9: -- Standard Who Record --
10: -------------------------
11:
12: TYPE standard_who_rec_type IS RECORD (
13: last_update_date DATE DEFAULT sysdate,

Line 12: TYPE standard_who_rec_type IS RECORD (

8: -------------------------
9: -- Standard Who Record --
10: -------------------------
11:
12: TYPE standard_who_rec_type IS RECORD (
13: last_update_date DATE DEFAULT sysdate,
14: last_updated_by NUMBER(15) DEFAULT fnd_global.user_id,
15: created_by NUMBER(15) DEFAULT fnd_global.user_id,
16: creation_date DATE DEFAULT sysdate,

Line 80: who_info STANDARD_WHO_rec_type

76: member_transaction_header_id NUMBER ,
77: trx_reference_id NUMBER ,
78: event_id NUMBER ,
79: desc_flex DESC_FLEX_rec_type ,
80: who_info STANDARD_WHO_rec_type
81: );
82:
83: --------------------------------------------------------
84: -- Information used to uniquely identify an asset --

Line 568: -- Standard types for FA Table Handlers --

564: transaction_type VARCHAR2(20)
565: );
566:
567: ------------------------------------------
568: -- Standard types for FA Table Handlers --
569: ------------------------------------------
570:
571: TYPE unplanned_deprn_rec_type IS RECORD (
572: code_combination_id NUMBER,

Line 602: -- Standard types for FA Table Handlers --

598:
599: /*
600:
601: ------------------------------------------
602: -- Standard types for FA Table Handlers --
603: ------------------------------------------
604:
605: -- FA_ADDITIONS
606: