DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_AE_HEADERS

Line 418: cst_ae_headers_s.NEXTVAL

414: l_stmt_num := 10;
415: -- For Bug No. 4586534
416: /*
417: SELECT
418: cst_ae_headers_s.NEXTVAL
419: INTO
420: l_ae_header_id
421: FROM
422: dual;

Line 433: cst_ae_headers (

429:
430: l_stmt_num := 20;
431:
432: INSERT INTO
433: cst_ae_headers (
434: ae_header_id,
435: accounting_event_id,
436: set_of_books_id,
437: legal_entity_id,

Line 464: cst_ae_headers_s.NEXTVAL,

460: cross_currency_flag
461: )
462: VALUES
463: (
464: cst_ae_headers_s.NEXTVAL,
465: i_ae_txn_rec.transaction_id,
466: i_ae_txn_rec.set_of_books_id,
467: i_ae_txn_rec.legal_entity_id,
468: i_ae_txn_rec.cost_group_id,