DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_AE_HEADERS

Line 436: cst_ae_headers_s.NEXTVAL

432: l_stmt_num := 10;
433: -- For Bug No. 4586534
434: /*
435: SELECT
436: cst_ae_headers_s.NEXTVAL
437: INTO
438: l_ae_header_id
439: FROM
440: dual;

Line 451: cst_ae_headers (

447:
448: l_stmt_num := 20;
449:
450: INSERT INTO
451: cst_ae_headers (
452: ae_header_id,
453: accounting_event_id,
454: set_of_books_id,
455: legal_entity_id,

Line 482: cst_ae_headers_s.NEXTVAL,

478: cross_currency_flag
479: )
480: VALUES
481: (
482: cst_ae_headers_s.NEXTVAL,
483: i_ae_txn_rec.transaction_id,
484: i_ae_txn_rec.set_of_books_id,
485: i_ae_txn_rec.legal_entity_id,
486: i_ae_txn_rec.cost_group_id,