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 549: -- Standard types for FA Table Handlers --

545: transaction_type VARCHAR2(20)
546: );
547:
548: ------------------------------------------
549: -- Standard types for FA Table Handlers --
550: ------------------------------------------
551:
552: TYPE unplanned_deprn_rec_type IS RECORD (
553: code_combination_id NUMBER,

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

579:
580: /*
581:
582: ------------------------------------------
583: -- Standard types for FA Table Handlers --
584: ------------------------------------------
585:
586: -- FA_ADDITIONS
587: