DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on XLA_TRANSACTION_ENTITIES_S

Line 102: xla_transaction_entities_s.nextval,

98: th1.transaction_header_id,
99: th2.transaction_header_id,
100: th1.rowid,
101: th2.rowid,
102: xla_transaction_entities_s.nextval,
103: decode(tr.transaction_type,
104: 'RESERVE TRANSFER', 'RESERVE_TRANSFERS',
105: 'INVOICE TRANSFER',
106: decode (th1.transaction_type_code,

Line 3130: select xla_events_s.nextval, xla_transaction_entities_s.nextval

3126: into l_upg_batch_id
3127: from dual;
3128:
3129: FOR i IN 1..l_rowid_tbl.count LOOP
3130: select xla_events_s.nextval, xla_transaction_entities_s.nextval
3131: into l_event_id_tbl(i), l_entity_id_tbl(i)
3132: from dual;
3133: END LOOP;
3134:

Line 4207: xla_transaction_entities_s.nextval,

4203: book_type_code,
4204: period_counter
4205: ) values (
4206: xla_events_s.nextval,
4207: xla_transaction_entities_s.nextval,
4208: transaction_header_id,
4209: set_of_books_id,
4210: period_name,
4211: calendar_period_close_date,

Line 4281: xla_transaction_entities_s.currval,

4277: c_fnd_user, -- created_by
4278: sysdate, -- last_update_date
4279: c_fnd_user, -- last_updated_by
4280: c_upgrade_bugno, -- last_update_login
4281: xla_transaction_entities_s.currval,
4282: -- entity_id
4283: c_application_id -- upg_source_application_id
4284: )
4285: when 1 = 1 then

Line 4327: xla_transaction_entities_s.currval,

4323: null, -- program_update_date
4324: null, -- program_id
4325: null, -- program_application_id
4326: null, -- request_id
4327: xla_transaction_entities_s.currval,
4328: -- entity_id
4329: xla_events_s.currval, -- event_id
4330: c_application_id, -- upg_source_application_id
4331: transaction_date_entered

Line 4398: xla_transaction_entities_s.currval,

4394: ) values (
4395: l_upg_batch_id, -- upg_batch_id
4396: c_application_id, -- application_id
4397: c_amb_context_code, -- amb_context_code
4398: xla_transaction_entities_s.currval,
4399: -- entity_id
4400: xla_events_s.currval, -- event_id
4401: event_type_code, -- event_type_code
4402: xla_ae_headers_s.currval, -- ae_header_id

Line 6515: xla_transaction_entities_s.nextval,

6511: reval_amort_acct_ccid,
6512: reval_reserve_acct_ccid
6513: ) values (
6514: xla_events_s.nextval,
6515: xla_transaction_entities_s.nextval,
6516: set_of_books_id,
6517: period_name,
6518: calendar_period_close_date,
6519: je_category_name,

Line 6619: xla_transaction_entities_s.currval,

6615: c_fnd_user, -- created_by
6616: sysdate, -- last_update_date
6617: c_fnd_user, -- last_updated_by
6618: c_upgrade_bugno, -- last_update_login
6619: xla_transaction_entities_s.currval,
6620: -- entity_id
6621: c_application_id -- upg_source_application_id
6622: )
6623: when 1 = 1 then

Line 6665: xla_transaction_entities_s.currval,

6661: null, -- program_update_date
6662: null, -- program_id
6663: null, -- program_application_id
6664: null, -- request_id
6665: xla_transaction_entities_s.currval,
6666: -- entity_id
6667: xla_events_s.currval, -- event_id
6668: c_application_id, -- upg_source_application_id
6669: transaction_date_entered

Line 6736: xla_transaction_entities_s.currval,

6732: ) values (
6733: l_upg_batch_id, -- upg_batch_id
6734: c_application_id, -- application_id
6735: c_amb_context_code, -- amb_context_code
6736: xla_transaction_entities_s.currval,
6737: -- entity_id
6738: xla_events_s.currval, -- event_id
6739: event_type_code, -- event_type_code
6740: xla_ae_headers_s.currval, -- ae_header_id

Line 6849: xla_transaction_entities_s.nextval,

6845: reval_amort_acct_ccid,
6846: reval_reserve_acct_ccid
6847: ) values (
6848: xla_events_s.nextval,
6849: xla_transaction_entities_s.nextval,
6850: set_of_books_id,
6851: period_name,
6852: calendar_period_close_date,
6853: je_category_name,

Line 6953: xla_transaction_entities_s.currval,

6949: c_fnd_user, -- created_by
6950: sysdate, -- last_update_date
6951: c_fnd_user, -- last_updated_by
6952: c_upgrade_bugno, -- last_update_login
6953: xla_transaction_entities_s.currval,
6954: -- entity_id
6955: c_application_id -- upg_source_application_id
6956: )
6957: when 1 = 1 then

Line 6999: xla_transaction_entities_s.currval,

6995: null, -- program_update_date
6996: null, -- program_id
6997: null, -- program_application_id
6998: null, -- request_id
6999: xla_transaction_entities_s.currval,
7000: -- entity_id
7001: xla_events_s.currval, -- event_id
7002: c_application_id, -- upg_source_application_id
7003: transaction_date_entered

Line 7070: xla_transaction_entities_s.currval,

7066: ) values (
7067: l_upg_batch_id, -- upg_batch_id
7068: c_application_id, -- application_id
7069: c_amb_context_code, -- amb_context_code
7070: xla_transaction_entities_s.currval,
7071: -- entity_id
7072: xla_events_s.currval, -- event_id
7073: event_type_code, -- event_type_code
7074: xla_ae_headers_s.currval, -- ae_header_id

Line 8365: select xla_transaction_entities_s.nextval,

8361: l_je_category_name_tbl
8362: limit l_batch_size;
8363:
8364: FOR i IN 1..l_asset_id_tbl.count LOOP
8365: select xla_transaction_entities_s.nextval,
8366: xla_events_s.nextval
8367: into l_entity_id_tbl(i),
8368: l_event_id_tbl(i)
8369: from dual;