DBA Data[Home] [Help]

APPS.CCT_QDE_PUB dependencies on CCT_QDE_AGENT_QUEUES_S1

Line 55: cct_qde_agent_queues_s1.nextval, p_agent_id, l_item_type, p_classification, p_count,

51: last_updated_by, last_update_date, last_update_login
52: )
53: values
54: (
55: cct_qde_agent_queues_s1.nextval, p_agent_id, l_item_type, p_classification, p_count,
56: 1, sysdate, 1, sysdate, 1
57: );
58: IF FND_API.To_Boolean( p_commit ) THEN
59: COMMIT WORK;