DBA Data[Home] [Help]

APPS.CAC_SYNC_CONTACT_MAPPINGS_PVT dependencies on DUAL

Line 106: FROM DUAL;

102: IF p_sync_contact_mapping_id IS NULL
103: THEN
104: SELECT cac_sync_contact_mappings_s.nextval
105: INTO x_sync_contact_mapping_id
106: FROM DUAL;
107: ELSE
108: x_sync_contact_mapping_id := p_sync_contact_mapping_id;
109: END IF;
110: