DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on QA_SEQUENCE_API

Line 6746: FOR J IN 1..QA_SEQUENCE_API.MAX_SEQUENCE LOOP

6742: -- For Sequence Project. Call Derive_sequence for all the enabled
6743: -- Sequence Collection elements in the plan.
6744: -- kabalakr 15 JAN 2002.
6745:
6746: FOR J IN 1..QA_SEQUENCE_API.MAX_SEQUENCE LOOP
6747: I := POSITION_IN_TABLE('SEQUENCE'||to_char(j),
6748: RESULT_COLUMN_NAME_TABLE, NUM_ELEMS);
6749: IF (I <> -1) THEN
6750: -- Bug 3069404 ksoh Tue Mar 16 10:43:36 PST 2004

Line 8035: QA_SEQUENCE_API.Generate_Seq_for_DDE(X_TXN_HEADER_ID,X_PLAN_ID,l_return_status);

8031: -- Gapless Sequence Proj. rponnusa Wed Jul 30 04:52:45 PDT 2003
8032: -- call api to generate seq. value for all the records identified by txn_header_id
8033: -- we can safely call sequence api before inserting history/automatic records
8034: -- since Seq. values only going to be copied to history/automatic records
8035: QA_SEQUENCE_API.Generate_Seq_for_DDE(X_TXN_HEADER_ID,X_PLAN_ID,l_return_status);
8036:
8037: -- Bug 2302539
8038: -- To process History/automatic records in Parent-child
8039: -- scanario the following call added.