DBA Data[Home] [Help]

APPS.CAC_SYNC_CONTACT_MAPPINGS_PVT dependencies on CAC_SYNC_CONTACT_MAPPINGS_S

Line 104: SELECT cac_sync_contact_mappings_s.nextval

100: CLOSE c_mapping;
101:
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;