DBA Data[Home] [Help]

APPS.CS_INTERACTION_PVT dependencies on DUAL

Line 469: SELECT cs_interactions_s.NEXTVAL INTO l_interaction_id FROM dual;

465: -- Perform the database operation. Generate the interaction ID from the
466: -- sequence, then insert the sequence number and passed in attributes
467: -- into the CS_INTERACTIONS table.
468: -------------------------------------------------------------------------
469: SELECT cs_interactions_s.NEXTVAL INTO l_interaction_id FROM dual;
470:
471: --
472: -- Default parent interaction ID if missing
473: --